#myvimeo {
    min-width: 100% !important;
    min-height:100%;
    border: none;
    max-width:100%;
    max-height:100%;
    position: absolute;
}


video{
  width: 100%;
  object-fit: cover;
  margin-bottom: -10px;
}
.wbox-vimeo.wbox-videohader--middle {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: hidden; 
  max-width: 100%; 
}

.ajaxloader {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;

}
.wbox-vimeo iframe {
/*	width: 100%;
	min-width: 100%;*/
}
.wbox-vimeo {
	position: relative;
}
.edit-mode video
{
  width:200px;
}
.edit-mode.wbox-vimeo {

    position: relative;
    padding-bottom: 120px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 200px;

}