
	.bannerAds {
		margin: auto;
		text-align: center;
	}

	.bannerAds .q-img,
	.bannerAds img.s-2 {
		height: 120px;
	}

	.bannerAds .q-img,
	.bannerAds img {
		width: 660px;
		height: 66px;
		aspect-ratio: 660 / 66;
	}

	.bannerAds a,
	.bannerAds .q-responsive {
		width: 660px;
		height: 66px;
		margin: auto;
		display: block;
		max-width: 100%;
	}


	@media (max-width: 960px) {

		.bannerAds a,
		.bannerAds .q-responsive,
		.bannerAds img {
			max-width: 100% !important;
			max-height: 65px;
			height: auto !important;
			min-height: 10px;
			aspect-ratio: 660 / 66;
			display: block;
			width: 100% !important;
		}

		.bannerAds .q-img {
			height: 100%
		}
	}


	.bannerAds .q-img__image {
		background-position: unset !important;
		background-size: 100% 100% !important;
	}

	.videoplayerside {
		padding: 8px;
	}

	.videoplayerside a img {
		width: 100%;
		padding: 8px;
		border-radius: 8px;
	}


	.ads_long_item .ads_long_text {
		background: var(--primary) !important;
		color: var(--ads-long-text);
		font-weight: bold;
	}

	.alert_windows .dialog_text {
		color: var(--gold);
		font-weight: bold;
	}

