@charset "UTF-8";
/* CSS Document */
h1{
  margin-top:100px;
}
.frame{
  position:relative;
}
.vimeo {
       display: block;
       margin: 0px auto;
       width: 400px;
       height: 225px; 
  margin-bottom: 60px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
       
      
                       
.vimeo { 
       width: 700px;
       height: 394px;
}        
       
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
       
       
           
.vimeo { 
       width: 950px;
       height: 534px;
}                     
       
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
       
              
}

/* Large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
       

}

/* Media Query */



