@charset "utf-8";
/* CSS Document */

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 70%;
}



	
    
@media (max-width:1024px){
    
    
    
    
.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    
    
    
}
