.wblock-video-bg{
       width: 100%;
    text-align: center;
    position: relative;
    margin-top: 0PX;
    margin-bottom: 0px;
    overflow: hidden;
}

.videoimg {
    width: 100%;
    /*max-width: 300px;*/
    display: block;
   margin: 15px auto 15px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.video-element-1{
    display: block;
    width: 700px;
    height: 800px;
    background-image: url(img/video-1.png);
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: -90px;
    left: -140px;
}
.video-element-2{
    display: block;
    width: 650px;
    height: 650px;
    background-image: url(img/video-2.png);
    background-size: 650px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
   bottom: -130px;
    right: -40px;
}
.wblock-video-bg .btn{
    margin: auto;
    display: inline-block;
    background: white;
    padding: 90px;
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    max-width: 950px;
    position: relative;
    z-index: 2;
}
.wblock-video-bg img{
    padding: 0;
    margin: 0;
}

#movil-inscribete{
    padding: 10px 20px;
    position: relative;
    z-index: 3;
    top: 20px;
   background: #e8550e;
    font-size: 19px;
    display: none;
 }



.video-wrap{
    position: relative;
        overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.video-play{
   /* position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -45px;
    z-index: 2;
    width: 90px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
    */
}
.video-play{
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: 2;
    width: 90px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: transparent;
    width: 100%;
    height: 100%;
}
.video-play a{
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.video-mute {
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin-top: -60px;
    margin-left: -45px;
    z-index: 2;
    width: 70px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    opacity: .3; 
}
.video-mute:hover {
   opacity: 1; 
}
#videoBG {
    width:100%;     
    height: auto;
}
#video-container{
   position: relative;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 600px; 
      overflow: hidden;
    -webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
#video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 70%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)  scale(1);
}

.lity-iframe .lity-container, 
.lity-youtube .lity-container, 
.lity-vimeo .lity-container, 
.lity-facebookvideo .lity-container, 
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 1200px;
}

#VIDEOPOS{
    position: relative;
    transform: translateY(0)
    width: 100%;
    height: 100%;
}


.wblock-video-bg svg{
    width: 100%;
}
.wblock-video-bg figure {
    margin: 0;
}
.wblock-video-bg .video-overlay{
    opacity: 0.3;
    position: absolute;
    width: 100%;
    background: black;
    height: 100%;
    top: 0;
    left: 0;
}

#video-container {
    height: 800px;
}
@media screen and (max-width: 1400px) {

    #video-container{
        height: 660px; 
    }
    .video-play{
        margin-top: -60px;
    }
    
    
    #video-container video {
        width: 100%;
        height: auto;
        transform: translate(-50%,-50%) scale(1);
    }
    
}
@media screen and (max-width: 1200px) {
    #video-container{
        height: 510px; 
    }
    .video-play{
        margin-top: -65px;
    }
    .wblock-video-bg{
        margin-top: -20px;
    }
}
@media screen and (max-width: 900px) {

    #video-container{
        height: 430px; 
    }
    .video-play{
        margin-top: -65px;
    }
    
    .wblock-video-bg{
        margin-top: 0px;
    }
}
@media screen and (max-width: 780px) {

    #video-container{
        height: 350px; 
    }
    .video-play{
        margin-top: -55px;
    }
    #video-container video {
        width: 130%;
        height: auto;
    }
    .video-mute {
        right: 20px;
        bottom: 20px;
        width: 50px;
    }
    
}
@media screen and (max-width: 480px) {

    #video-container{
        height: 220px; 
    }
    #video-container video {
        width: 130%;
        height: auto;
    }
}