#modaal__wrapper,#modaal__overlay{
  display: none;
} 
#modaal__wrapper video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.video{
  display: none;
}