body{


    background:#000;


}


.vimeo-content .entry-title{


    color:#fff;


}


.vimeo-embed-container{


    width: 100%;


}


#vimeo-form label{


    font-size:22px;


    display:block;



}


#vimeo-form input[type=text] {


    display:block;


    width:100%;


    height:40px;


    border-radius:4px;


    border: 1px solid #0000006e;


    margin:10px 0;
    cursor: auto !important;


}


#vimeo-form  input[type=submit]{


    background-color: #6EC1E4;


color: black;


padding: 0.6em 1.85em;


letter-spacing: 1px;


font-size: 18px;


border:1px solid #700000;


border-radius: 4px;


margin-top:15px;


}


#vimeo-form  input[type=submit]:hover{


    color:#700000;


    background-color: #fff;


}


.vimeo-video-container{


    padding-bottom: 40px;


}


.vimeo-video-container p{


    position: relative;


  width: 100%;


  height: 0;


  padding-bottom: 56.25%;


}


.vimeo-video-container iframe {


    position: absolute;


    top: 0;


    left: 0;


    width: 100%;


    height: 100%;


  }