body {
	margin: 0;
}

.ad-container {
	width: 300px;
	height: 250px;
	border: 1px solid black;
	box-sizing: border-box;
	overflow: hidden;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #153473;
}
.background{
	position: absolute;
	top: 0;
	left: 0;
}
.logo{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	height: 25px;
}
.hands{
	position: absolute;
	top: initial;
	right: 0;
    height:auto;
    width: 250px;
    left: auto;
    bottom: 60px;
}
.hand{
	position: absolute;
}
.hand2{
	position: absolute;
	mask-image: linear-gradient(to bottom, transparent 95%, black 100%);
	-webkit-mask-image: linear-gradient(to bottom, transparent 95%, black 100%);
}
.hand3{
	position: absolute;
	mask-image: linear-gradient(to bottom, transparent 95%, black 100%);
	-webkit-mask-image: linear-gradient(to bottom, transparent 95%, black 100%);
	animation-name: example;
	animation-duration: 4s;
}
.car-buying{
	position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 265px;
}
.phone{
	position: absolute;
	left: -290px;
	bottom: 0;
	height: 243px;
	width: auto;
}
.save-time{
	position: absolute;
	left: 145px;
	top: 38px;
	height: 82px;
	opacity: 0;
}
.button{
	position: absolute;
    left: 145px;
    top: 145px;
    height: 22px;
    opacity: 0;
    overflow: hidden;
    z-index: 99999;
}
.button-img-white{
	opacity: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.button:hover .button-img-white{
	opacity: 1 !important;
}
.button-img{
	height: 100%;
}
.logo2{
	position: absolute;
	left: 145px;
	bottom: 29px;
	opacity: 0;
	height: 25px;
}
svg{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.legal{
	position: absolute;
	opacity: 0;
	height: 6px;
	bottom: 10px; 
	left: 145px;
}
/*@keyframes example {
    from {-webkit-mask-image: linear-gradient(to bottom, transparent 95%, black 100%);}
    to {-webkit-mask-image: linear-gradient(to bottom, transparent 5%, black 100%);}
}*/