.banner-bg-wrapper {
	position: fixed;
	top: 200px;
	left: 50%;
	margin-left: 506px;
}

.banner-container {
	margin: 0 auto;
	width: 500px;
	height: 500px;
	max-width: 500px; /* Update to your banner width */
	max-height: 500px; /* Update to your banner height */
	position: relative;
	overflow: hidden;
	min-height: 500px;
	display: none;
}

.banner-bg-image {
	background: url( '/wp-content/themes/minezine-child/cata-img/cata0188.png' ) no-repeat 0 0;
	background-size: contain;
}

a.banner-link {
	position: absolute;
	top: 20px;
	left: 74px;
	display: block;
	height: 100px;
	width: 240px;
	border-radius: 20%;
}

.video-wrapper > article img {
	border: none;
	width: 500px;
	height: 500px;
	max-width: 100%;
}



@media (min-width: 1600px) and (max-width: 1699px) {

	.banner-container {
		width: 420px;
		height: 420px;
		max-width: 420px; /* Update to your banner width */
		max-height: 420px; /* Update to your banner height */
		min-height: 420px;
	}
	.video-wrapper > article img {
		border: none;
		width: 420px;
		height: 420px;
	}
	a.banner-link {
		top: 10px;
		left: 40px;
	}

}

@media (min-width: 1500px) and (max-width: 1599px) {

	.banner-container {
		width: 360px;
		height: 360px;
		max-width: 360px; /* Update to your banner width */
		max-height: 360px; /* Update to your banner height */
		min-height: 360px;
	}
	.video-wrapper > article img {
		border: none;
		width: 360px;
		height: 360px;
	}
	a.banner-link {
		top: 0px;
		left: 40px;
		width: 200px;
	}
}

@media (min-width: 1300px) and (max-width: 1499px) {

	.banner-container {
		width: 240px;
		height: 240px;
		max-width: 240px; /* Update to your banner width */
		max-height: 240px; /* Update to your banner height */
		min-height: 240px;
	}
	.video-wrapper > article img {
		border: none;
		width: 240px;
		height: 240px;
	}
	a.banner-link {
		top: 0px;
		left: 20px;
		height: 70px;
		width: 150px;
	}
}

@media ( max-width: 1299px) {

	.banner-bg-wrapper {
		display: none;
	}

}