.adbro-coca-cola {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 10px auto!important;
}

.adbro-coca-cola * {
    box-sizing: border-box;
}

.adbro-sound {
	position: absolute;
	bottom: 10px;
	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));
	z-index: 1;
}

.adbro-sound:before,
.adbro-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-sound:before {
	top: -10px;
	left: -2px;
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item.png);
	width: 7px;
	height: 8px;
}

.adbro-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-sound.adbro-sound--on {
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound2.png)!important;
}

.adbro-learn-more {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px 1px 5px #000;
}

.adbro-link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0!important;
    cursor: pointer;
}

.adbro-close {
	display: none;
    position: absolute;
    top: 6px;
    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;
    cursor: pointer;
    z-index: 1;
}

.adbro-icon {
	display: none;
    position: absolute;
    top: 43px;
    right: 6px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-icon.svg) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin: 0!important;
    cursor: pointer;
    z-index: 1;
}

@-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);
	}
}

