.adbro-demo1 {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}

.adbro-demo1 * {
    box-sizing: border-box;
	
}

.adbro-doji__bg {
	background:url(images/background-doj.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100px;
	background-color:transparent;
    -webkit-animation: fadeIn1 1s .5s both;
    animation: fadeIn1 1s .5s both;
}

.adbro-demo1_logo {
    background: url(images/logo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 52px;
    left: 4px;
    width: 72px;
    height: 32px;
    -webkit-animation: fadeInLeft1 1s .6s both;
    animation: fadeInLeft1 1s .6s both;
}

.adbro-demo1_doji-15 {
    background: url(images/doji-15.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 4px;
    right: 178px;
    width: 97px;
    height: 87px;
    -webkit-animation: fadeInRight1 1s .6s both;
    animation: fadeInRight1 1s .6s both;
}

.adbro-jewel-doji {
    background: url(images/jwwery.png) no-repeat;
    background-size: 100% 100%;
    width: 152px;
    height: 88px;
    position: absolute;
    bottom: 12px;
    left: 184px;
    overflow: hidden;
    cursor: pointer;
    -webkit-animation: fadeInLeft1 1s .9s both;
    animation: fadeInLeft1 1s .8s both;
}

.adbro-demo1__video:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -17px;
    background: url(../images/ico-play.svg) no-repeat;
    background-size: 100% 100%;
    width: 34px;
    height: 34px;
    z-index: 10;
}

.adbro-demo1__video:after {
    /*content: '';*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 19px;
    background: url(../images/adbro-demo1-video.svg) no-repeat;
    background-size: 146px 21px;
}

.adbro-demo1__video video {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-size: cover;
    background-position: 50% 50%;
}

.adbro-demo1__btn {
    
    background-size: 100% 100%;
    width: 130px;
    height: 36px;
    position: absolute;
    bottom: 22px;
    right: 150px;
    -webkit-animation: fadeInRight1 1s .9s both;
    animation: fadeInRight1 1s .9s both;
}

.adbro-demo1__texxxt-right1111 {
    background: url(images/Yamaha2.png) no-repeat;
    width: 193px;
    height: 30px;
    position: absolute;
    bottom: 62px;
    right: 9px;
    -webkit-animation: fadeInDown2 1s 1.5s both;
    animation: fadeInDown2 1s 1s both;
}

.adbro-demo1__texxt-right {
    background: url(images/Yamaha1.png) no-repeat;
    width: 193px;
    height: 68px;
    position: absolute;
    bottom: 0px;
    right: 9px;
    -webkit-animation: bounceIn1 1s 1.5s both;
    animation: bounceIn1 1s 1s both;
}

.adbro-demo1__close {
    position: absolute;
    bottom: 88px;
    right: 2px;
    background: url(images/adbro-demo-close.svg) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    -webkit-animation: fadeIn1 1s .2s both;
    animation: fadeIn1 1s .2s both;
    cursor: pointer;
}


@-webkit-keyframes fadeIn1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes bounceIn1 { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn1 { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

@keyframes fadeInLeft1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}\
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}