.adbro-bottom {
	position: relative;
	box-sizing: border-box;
	margin: 10px 0 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #E41E2A;
	overflow: hidden;
	border-radius: 0 !important;
	width: 569px;
	height: 320px;
	}

.adbro-video-ui {
    position: relative;
	margin: 0 !important;
	display: flex;
    background: #E41E2A url(../images/cocacola-video-bg.jpg) no-repeat top right / contain;
    height: 320px !important;
    }

.adbro-video-ui,
.adbro-video-ui * {
	box-sizing: border-box;
	}

.adbro-video-ui__video,
.adbro-video-ui__unit {
    position: relative;
	margin: 0 !important;
    }

.adbro-video-ui__video video {
	margin: 0 !important;
	width: 100% !important;
    }

.adbro-video-ui-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #E41E2A;
    padding: 0;
	margin: 0 !important;
	text-align: left;
	box-sizing: border-box;
	}

.adbro-video-ui-panel__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
	}


.adbro-video-ui__sound {
    position: absolute;
    z-index: 5;
    bottom: 80px;
    left: 10px;
    margin: 0 !important;
	display: block !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-video-ui__sound:before,
.adbro-video-ui__sound:after {
    content: '';
    position: absolute;
	display: block !important;
	margin: 0 !important;
	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-video-ui__sound:before {
    top: -10px;
    left: -2px;
    background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item.png);
    width: 7px;
    height: 8px;
    }

.adbro-video-ui__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-video-ui__sound.adbro-sound--on {
    background-image: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound2.png) !important;
    }

.adbro-video-ui__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
	margin: 0 !important;
	display: block !important;
	}


.adbro-bottom .adbro-close {
	display: block !important;
	top: 0;
	z-index: 11;
	right: 0;
	}



.adbro-video-ui,
.adbro-video {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	}

.adbro-video-ui__side,
.adbro-video-side {
	margin: 0 !important;
	z-index: 11;
	overflow: visible !important;
	position: relative;
	width: 22%;
	height: 100%;
	display: flex-item;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	}

.adbro-video-ui-panel__top,
.adbro-video-top {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 65px;
	margin: 0 !important;
	overflow: visible !important;
	}

.adbro-video-ui-panel__title--1,
.adbro-video-top__title--1 {
	position: absolute;
	margin: 0 !important;
	bottom: 7px;
	left: 16px;
	background: url(../images/cocacola-video-title.png) no-repeat left center / contain;
	width: 90px;
	height: 52px;
	z-index: 2;
	}

.adbro-video-ui__side__link,
.adbro-video-side__link {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	overflow: visible !important;
	}

.adbro-video-ui-panel__img {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 !important;
	overflow: visible !important;
	background: url(../images/cocacola-video-side-img.png) no-repeat center center / contain;
	width: 215px;
	height: 155px;
	}

.adbro-video-side__img-light {
	margin: 0 !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}

.adbro-video-ui-panel__img .adbro-video-side__img-light {
	-webkit-mask: url(../images/cocacola-video-side-img.png) no-repeat left bottom / contain;
	mask: url(../images/cocacola-video-side-img.png) no-repeat left bottom / contain;
	}

.adbro-video-side__img-light::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 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: 100%;
	-webkit-animation: shine25 2.5s 2s;
	animation: shine25 2.5s 2s;
	-webkit-animation-iteration-count: 5;
	animation-iteration-count: 5;
	animation-delay: 4s;
	}

.adbro-video-ui-panel__btn {
	position: absolute;
	bottom: 19px;
	left: 160px;
	margin: 0 !important;
	overflow: visible !important;
	background: url(../images/cocacola-video-side-btn.png) no-repeat center center / contain;
	width: 132px;
	height: 29px;
	}

.adbro-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin: 0 !important;
	cursor: pointer;
}

.adbro-close {
	position: absolute;
	bottom: 35px;
	right: 0px;
	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 0.4s both;
	animation: fadeIn24 1s 0.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 0.4s both;
	animation: fadeIn24 1s 0.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 fadeInLeft25 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-150%, 0, 0);
		transform: translate3d(-150%, 0, 0);
		}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}

@keyframes fadeInLeft25 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-150%, 0, 0);
		transform: translate3d(-150%, 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 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 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);
		}
	}

@-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 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 shine25 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0.8;
		}
	80% {
		opacity: 0.8;
		}
	100% {
		left: 100%;
		opacity: 0;
		}
	}

@keyframes shine25 {
	0% {
		left: 0;
		opacity: 0;
		}
	5% {
		opacity: 0.8;
		}
	80% {
		opacity: 0.8;
		}
	100% {
		left: 100%;
		opacity: 0;
		}
	}