#loader
{
    background: #15133c url("../gifs/loadinggif.gif") no-repeat center center;
    background-size: 25%;
    align-items: center;
    vertical-align: center;
    height: 100vh;
    width:100%;
    position: fixed;
    z-index: 10000;
}
/* }
video,
iframe {
  width: 100% !important;
  height: 100% !important;
}

main {
  height: 100%;
  width: 100%;
  margin: 0 auto;
 
} */
.v{
  position: relative;
  overflow: hidden;
  padding: 0%;
}

.v::before{
  display:block ;
  content: "";
  padding-top: 50%;
}

.v iframe{
  top:0%;
  position:absolute;
  width: 100%;
  height:100%
}