.adbro-tesco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
	}

.adbro-tesco * {
	box-sizing: border-box;
	}

.adbro-tesco__container {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 170px;
	margin: 0 !important;
	margin-left: -219px !important;
	width: 438px;
	max-width: none !important;
	}

.adbro-tesco__side {
	position: absolute;
	bottom: 0;
	margin: 0 !important;
	left: 0;
	width: 100%;
	height: 170px;
	overflow: hidden !important;
	-webkit-animation: fadeInOut24 9s linear 2;
	animation: fadeInOut24 9s linear 2;
	}

.adbro-tesco__side--2 {
	opacity: 0;
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
	}

.adbro-tesco__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(../images/tesco-bg.png) no-repeat center top;
	background-size: cover;
	-webkit-animation: slideInUp24 .5s .5s both;
	animation: slideInUp24 .5s .5s both;
	margin: 0 !important;
	overflow: hidden!important;
	}

.adbro-tesco__logo {
	position: absolute;
	bottom: 7px;
	left: 50%;
	margin: 0 !important;
	margin-left: -153px!important;
	background: url(../images/tesco-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 51px;
	height: 12px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
	}

.adbro-tesco__img {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	}

.adbro-tesco__img--1 {
	bottom: -5px;
	margin-left: -91px!important;
	background: url(../images/tesco-img.png) no-repeat left bottom;
	background-size: contain;
	width: 59px;
	height: 71px;
	-webkit-animation: fadeInUp24 .7s 1.5s both;
	animation: fadeInUp24 .7s 1.5s both;
	}

.adbro-tesco__img--2 {
	bottom: -15px;
	margin-left: -65px!important;
	background: url(../images/tesco-img2.png) no-repeat left bottom;
	background-size: contain;
	width: 49px;
	height: 49px;
	-webkit-animation: fadeInUp24 .7s 1.3s both;
	animation: fadeInUp24 .7s 1.3s both;
	}

.adbro-tesco__img--3 {
	bottom: -8px;
	margin-left: 18px!important;
	background: url(../images/tesco-img3.png) no-repeat left bottom;
	background-size: contain;
	width: 25px;
	height: 58px;
	-webkit-animation: fadeInUp24 .7s 1.1s both;
	animation: fadeInUp24 .7s 1.1s both;
	}

.adbro-tesco__img--4 {
	bottom: -13px;
	margin-left: 22px!important;
	background: url(../images/tesco-img4.png) no-repeat left bottom;
	background-size: contain;
	width: 67px;
	height: 79px;
	-webkit-animation: fadeInUp24 .7s 1.3s both;
	animation: fadeInUp24 .7s 1.3s both;
	}

.adbro-tesco__img--5 {
	bottom: 0;
	margin-left: -91px!important;
	background: url(../images/tesco-img5.png) no-repeat left bottom;
	background-size: contain;
	width: 60px;
	height: 64px;
	-webkit-animation: fadeInUp24 .7s 4.9s both;
	animation: fadeInUp24 .7s 4.9s both;
	}

.adbro-tesco__img--6 {
	bottom: -24px;
	margin-left: -81px!important;
	background: url(../images/tesco-img6.png) no-repeat left bottom;
	background-size: contain;
	width: 61px;
	height: 64px;
	-webkit-animation: fadeInUp24 .7s 4.5s both;
	animation: fadeInUp24 .7s 4.5s both;
	}

.adbro-tesco__img--7 {
	bottom: -23px;
	margin-left: 9px!important;
	background: url(../images/tesco-img7.png) no-repeat left bottom;
	background-size: contain;
	width: 87px;
	height: 87px;
	-webkit-animation: fadeInUp24 .7s 4.7s both;
	animation: fadeInUp24 .7s 4.7s both;
	}

.adbro-tesco__text {
	display: block;
	position: absolute;
	left: 50%;
	margin: 0 !important;
	bottom: -41px;
	margin-left: -45px!important;
	width: 77px;
	height: 109px;
	background-image: url(../images/tesco-text.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fadeInUp24 .7s .9s both;
	animation: fadeInUp24 .7s .9s both;
	}

.adbro-tesco__btn {
	display: block;
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin: 0 !important;
	margin-left: 92px!important;
	background: url(../images/tesco-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 51px;
	height: 13px;
	-webkit-animation: fadeInRight24 .7s .8s both;
	animation: fadeInRight24 .7s .8s both;
	overflow: hidden;
	}

.adbro-tesco__btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	opacity: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
	width: 25%;
	height: 87%;
	-webkit-animation: shine24 2s 2s;
	animation: shine24 2s 2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
	}

.adbro-grid .adbro-close {
	bottom: auto;
	top: -2px;
	z-index: 2;
	}

.adbro-grid {
	background: #00A4A6!important;
	position: relative;
	}

.adbro-grid .adbro-grid__list {
	display: block!important;
	padding: 66px 0 38px!important;
	position: relative;
	height: 300px!important;
	overflow: hidden !important;
	}

.adbro-grid__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 64px;
	overflow: hidden !important;
	z-index: 1;
	}

.adbro-grid__top-title {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	margin: 0 !important;
	margin-left: -160px !important;
	width: 320px;
	height: 64px;
	}

.adbro-grid__top-text {
	position: relative;
	z-index: 1;
	margin: 0 auto!important;
	width: 320px;
	height: 64px;
	background: url(../images/tesco-top-bg.png) no-repeat top center;
	background-size: contain;
	}

.adbro-grid__top-title:before,
.adbro-grid__top-title:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	height: 63px;
	display: block !important;
	margin: 0 !important;
	}

.adbro-grid__top-title:before {
	right: 100%;
	background: #00BCB4;
	width: 50vw;
	}

.adbro-grid__top-title:after {
	left: 100%;
	background: #F9BE00;
	width: 50vw;
	}

.adbro-grid__controls {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin: 0 !important;
	margin-top: -15px !important;
	width: 29px;
	height: 65px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	}

.adbro-grid__controls--prev {
	left: 0;
	background-image: url(../images/tesco-grid-arr.png);
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	}

.adbro-grid__controls--next {
	right: 0;
	background-image: url(../images/tesco-grid-arr.png);
	}

.adbro-grid__title {
	position: relative;
	display: block!important;
	margin: 10px auto 0!important;
	width: 100%;
	height: 25px;
	background: url(../images/tesco-grid-bottom.png) no-repeat center bottom #fff;
	background-size: contain;
	}

.adbro-grid__box {
	position: relative;
	display: block!important;
	margin: 10px auto 0!important;
	width: 300px;
	height: 151px;
	perspective: 600px;
	}

.adbro-grid__scene {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
	width: 100%;
	height: 100%;
	padding-bottom: 50%;
	-webkit-transition: transform .7s;
	transition: transform .7s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	}

.adbro-grid__page {
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 50%;
	display: block!important;
	margin: 0 auto!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: all .5s;
	transition: all .5s;
	transform-origin: left;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	}

.adbro-grid__page--1 {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	}

.adbro-grid__img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block!important;
	margin: 0 auto!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	}

.adbro-grid__img--left {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	}

.adbro-grid__img--left {
	opacity: 0;
	visibility: hidden;
	}

.adbro-grid__page--active .adbro-grid__img--left {
	opacity: 1;
	visibility: visible;
	}

.adbro-grid__page--active .adbro-grid__img--right {
	opacity: 0;
	visibility: hidden;
	}

.adbro-grid__page--1 .adbro-grid__img--left {
	background-image: url(../images/tesco-grid-img-left.png);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	opacity: 1;
	visibility: visible;
	}

.adbro-grid__page--2 .adbro-grid__img--right {
	background-image: url(../images/tesco-grid-img-right.png);
	}

.adbro-grid__page--2 .adbro-grid__img--left {
	background-image: url(../images/tesco-grid-img2-left.png);
	}

.adbro-grid__page--3 .adbro-grid__img--right {
	background-image: url(../images/tesco-grid-img2-right.png);
	}

.adbro-grid__page--3 .adbro-grid__img--left {
	background-image: url(../images/tesco-grid-img3-left.png);
	}

.adbro-grid__page--4 .adbro-grid__img--right {
	background-image: url(../images/tesco-grid-img3-right.png);
	}

.adbro-grid__page--4 .adbro-grid__img--left {
	background-image: url(../images/tesco-grid-img4-left.png);
	}

.adbro-grid__page--5 .adbro-grid__img--right {
	background-image: url(../images/tesco-grid-img4-right.png);
	}

.adbro-grid__page--5 .adbro-grid__img--left {
	background-image: url(../images/tesco-grid-img5-left.png);
	}

.adbro-grid__page--6 .adbro-grid__img--right {
	background-image: url(../images/tesco-grid-img5-right.png);
	}

.adbro-grid__page--6 .adbro-grid__img--left {
	background-image: url(../images/tesco-grid-img6-left.png);
	background-color: #00BCB4;
	}

.adbro-grid__page--7 .adbro-grid__img--right {
	background-image: url(../images/tesco-grid-img6-right.png);
	background-color: #00BCB4;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
	visibility: visible;
	}


.adbro-grid__line {
	background: #F9BE00;
	border-radius: 0 0 5px 5px !important;
	}

.adbro-grid__btn {
	background-image: url(../images/tesco-grid-btn.png);
	}

.adbro-grid__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	}

.adbro-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	margin: 0 !important;
	cursor: pointer;
	}

.adbro-close {
	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 {
	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;
		display: block;
		visibility: visible;
		}
	}

@keyframes fadeIn24 {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
		display: block;
		visibility: visible;
		}
	}

@-webkit-keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		display: none;
		visibility: hidden;
		}
	}

@keyframes fadeOut24 {
	from {
		opacity: 1;
		}
	to {
		opacity: 0;
		display: none;
		visibility: hidden;
		}
	}

@-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, 200%, 0);
		transform: translate3d(0, 200%, 0);
		visibility: visible;
		}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	}

@keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 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.3;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0;
		}
	50% {
		opacity: 0.3;
		}
	80% {
		opacity: 0;
		}
	100% {
		left: 99%;
		}
	}

@-webkit-keyframes fadeInOut24 {
	0%, 55%, 100% {
		opacity: 0;
	}
	5%, 50% {
		opacity: 1;
	}
}

@keyframes fadeInOut24 {
	0%, 55%, 100% {
		opacity: 0;
	}
	5%, 50% {
		opacity: 1;
	}
}