.adbro-grid__line {
	border-radius: 0 0 5px 5px !important;
	background: #000;
	}

.adbro-grid__btn {
	background-image: url(../images/audi-grid-btn.png);
	height: 16px !important;
	}

.adbro-slider {
    position: relative;
    padding: 0 !important;
    width: 300px;
    height: 600px;
}

.adbro-grid {
	background: #000 !important;
	position: relative;
	padding: 0 !important;
	border-radius: 0 0 5px 5px !important;
	width: 300px;
    height: 600px;
	}

.adbro-grid .adbro-close {
	bottom: auto;
	top: -2px;
	z-index: 3;
	}

.adbro-grid__list {
	display: block!important;
	padding: 0 0 38px!important;
	position: relative;
	width: 300px !important;
	height: 600px !important;
	}

.adbro-bottom .adbro-grid__list {
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	overflow: hidden!important;
	}

.adbro-grid__box {
	position: relative;
	display: block !important;
	margin: 0 auto !important;
	}

.adbro-grid__box:first-child {
	margin-top: 0 !important;
	}

.adbro-grid__img {
	margin: 0 auto !important;
	width: 100%;
	padding: 0 !important;
	display: block !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	}

.adbro-grid__box--1 .adbro-grid__img {
	background-image: url(../images/audi-grid-img.png);
	padding-bottom: 131.83% !important;
	}

.adbro-grid__video {
	position: relative;
	background-color: #000 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	}

.adbro-grid__video:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 56.25%;
	}

.adbro-grid__video video {
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	}

.adbro-grid__item--wide {
	padding: 0 !important;
	}

.adbro-grid .adbro-grid__video {
    padding: 0 !important;
}

.adbro-grid .adbro-grid__item--wide {
	margin: 0 !important;
	}

.adbro-grid__sound {
	position: absolute;
	bottom: 15px;
	left: 10px;
	margin: 0 !important;
	width: 22px;
	height: 22px;
	background: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound.png) no-repeat left bottom !important;
	background-size: contain !important;
	border-radius: 50%;
	padding: 0;
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	overflow: visible !important;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
	}

.adbro-grid__sound:before,
.adbro-grid__sound:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fall25 2s .3s both infinite;
	animation: fall25 2s .3s both infinite;
	}

.adbro-grid__sound:before {
	top: -10px;
	left: -2px;
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item.png);
	width: 7px;
	height: 8px;
	}

.adbro-grid__sound:after {
	top: -15px;
	left: 15px;
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item2.png);
	width: 7px;
	height: 12px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	}

.adbro-grid__sound.adbro-sound--on {
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound2.png) !important;
	}

.adbro-grid__overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    margin: 0 !important;
	}


.adbro-link {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin: 0 !important;
	cursor: pointer;
	}

.adbro-close {
    display: none;
	position: absolute;
	bottom: 35px;
	right: 0;
	background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 50% 50%;
	background-size: 18px 18px;
	width: 30px;
	height: 30px;
	margin: 0 !important;
	-webkit-animation: fadeIn24 1s .4s both;
	animation: fadeIn24 1s .4s both;
	cursor: pointer;
	z-index: 1;
	}

.adbro-icon {
    display: none;
	position: absolute;
	bottom: 6px;
	right: 4px;
	background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	width: 21px;
	height: 20px;
	margin: 0 !important;
	-webkit-animation: fadeIn24 1s .4s both;
	animation: fadeIn24 1s .4s both;
	cursor: pointer;
	z-index: 1;
	}


@-webkit-keyframes fadeIn24 {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
		}
	}

@keyframes fadeIn24 {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
		}
	}

@-webkit-keyframes fadeInLeft24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInLeft24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes fadeInRight24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInRight24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes fadeInUp24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInUp24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes fadeInDown24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInDown24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@-webkit-keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0);
		visibility: visible;
		}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	}

@keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0);
		visibility: visible;
		}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	}

@-webkit-keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.5;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.5;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@-webkit-keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		visibility: hidden;
		display: none;
		pointer-events: none;
		}
	}

@keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		visibility: hidden;
		display: none;
		pointer-events: none;
		}
	}

@-webkit-keyframes fall25 {
	from {
		opacity: 0
		}

	20% {
		opacity: 1
		}

	to {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
		}
	}

@keyframes fall25 {
	from {
		opacity: 0
		}

	20% {
		opacity: 1
		}

	to {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
		}
	}