


body {
    margin: 0;
 }
#video-container {
    position: relative;
    padding-top: 48.67%;
    background-image: url(../images/bg7.jpg);
    background-size: 100% auto;
	background-repeat: no-repeat;
 }
#video-container ul {
    margin: 0;
    list-style: none;
 }
#video-container li {
    position: absolute;
    z-index: 2;
 }
#video-container li:nth-child(1) {
    top: 1em;
    left: 1em;
    width: 4em;
 } 
#video-container li:nth-child(2) {
    top:60%;
    left: 50%;
    width: 7em;
    transform: translate(-50%,-50%); 
 }
#video-container li:nth-child(3) {
    
    right: 1em;
    width: 4em;
	 top: 1em;
 }
#video-container li a {
    display: block;
    width: 100%;
    padding-top: 100%;
    border-radius: 5px;
    background-color: rgb(164 205 161);
    background-image: radial-gradient(rgba(206,206,206,0.2) 0, 
                                      rgba(153,153,153,0.4) 25%, 
                                      rgba(102,102,102,0.6), 
                                      rgba(51,51,51,0.8) 75%, 
                                      rgba(0,0,0,1) 100%);
 }
#video-container  a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
    color: #fff;
 }
#video-container iframe {
  position: absolute;
  top: 25.4%;
  left: 74%;
    width: 47.8%;
  transform: translate(-100%,0);
 }
 
 #video-container a .img1 {
	  position: absolute;
    top: 86.2%;
    left: 37%;
    transform: translate(-50%,-50%);
    width: 21.3%;
    
 }
 
 #video-container a .img2 {
    position: absolute;
    top: 86%;
    left: 62%;
    transform: translate(-50%,-50%);
    width: 21.3%;
 }
  #video-container a .img3 {
    position: absolute;
    top: 42%;
    left: 17%;
    transform: translate(-50%,-50%); 
    width: 200px;
 }
 
 
  #video-container a .img5 {
    position: absolute;
    top: 63%;
    left: 66%;
    transform: translate(-50%,-50%); 
    width: 200px;
 }
  #video-container a .img6 {
    position: absolute;
    top: 61%;
    left: 88%;
    transform: translate(-50%,-50%); 
    width: 200px;
 }
 
 
  #video-container  .img4 {
    position: absolute;
    top: 69.1%;
    left: 22.5%;
    transform: translate(-50%,-50%);
    width: 6.5%;
 }
 
 
  #video-container  #slider1 {
    position: absolute;
    top: 46.1%;
    left: 33.2%;
    transform: translate(-50%,-50%);
    width: 6.5%;
 }
 
  #video-container  #slider2{
    position: absolute;
    top: 46.1% !important;
    left: 71.2% !important;
    transform: translate(-50%,-50%);
    width: 6.5%;
 }
 
  .clear{
        clear: both;
      }
 
 .fade-in {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
 
 


.animated iframe{
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp iframe{
    opacity: 0
}

.fadeInUp iframe{
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
 
  @keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}



 
@media screen and (max-width: 40em) {
#video-container iframe {
    width: 60%;
  }
#video-container li {
    width: 20%;
 } 
 }
@media screen and (max-width: 30em) {
#video-container iframe {
    width: 80%;
  }
 }
 
@media screen and (max-width: 22.5em) {
#video-container iframe {
    width: 100%;
  }
 }