<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modalvi {
    display: none; /* Hidden by default */
    position: fixed;   
    z-index: 1; /* Sit on top */
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #050505ab;
}
.modalvi-content {
    margin: auto;
    width: 640px;
}
.player {
  position: fixed;
}
.modalvi-content .closeT {
  position: relative;
  color: #000;
  float: right;
  top: 35px;
  padding: 0 10px;
  border: solid 1px;
  font-size: 20px;
  z-index: 10;
  background: #fff;
  cursor: pointer;
}</pre></body></html>