@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600;700;800&display=swap');
body{margin: 0px;
padding: 0px;
font-family: 'Montserrat', sans-serif;
}
.myvideo ul {
    position: fixed;
    color: #000;
    background: #faff19;
  }
  .myvideo ul {
    position: fixed;
    top: 0%;
    padding: 0px;
    height: 100%;
    padding-top: 5% !important;
    display: block;
    text-align: center;
    margin: 0px;
    width: 26px;
    list-style: none;
    transition: 1s ease-in-out;
    z-index: 9999;
    font-size: 14px;
    padding: 20px 0px;
    right: 0;
  }
  .myvideo ul {
    text-align: center;
    list-style: none;
    font-size: 14px;
  }
  .myvideo ul {
    color: #000;
  }
  .myvideo ul li {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .myvideo ul li:last-child {
    margin-top: 80px;
  }
  .myvideo ul li a {
    color: #000;
  }
  .myvideo ul li a {
    text-decoration: none;
  }
  .myvideo {
    margin-top: 0px;
    position: relative;
    overflow-x: hidden;
  }
  .myvideo video {
    width: 100%;
    background: url(img/video_bg.jpg) no-repeat center;
    background-size: cover;
  }
  .myvideo::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: -7px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: 1s ease-in-out;
    background: rgba(0,0,0,.6);
  }
  .gali_logo {
    position: absolute;
    top: 40%;
    z-index: 99;
    width: 616px;
    font-size: 50px;
    left:5%;
    z-index: 999;
    text-align:left;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .gali_logo h3{
    font-size: 50px;
    text-align:left;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .gali_logo h2{
    font-size:16px;
    text-align:left;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .gali_logo h2 span{
    margin-right:20px;
  }
  .gali_logo h2 a {
    text-transform: lowercase;
    color: #eafa05;
    text-decoration: none;
  }
  .gali_logo h3 span {

    display: block;
    font-size:16px;
    text-align:left;
    color: #fff;
    font-weight:300;
    text-transform: uppercase;
  }
  .gali_logo{
    position: absolute;
  }
  .gali_logo img{
    width:230px;
  }
  @media screen and (min-width:0px) and (max-width:480px) {
    .myvideo video {
        width: inherit;
        height: 100vh;
        margin-left: -50%;

      }
.gali_logo {
        position: absolute;
        top:20%;
        z-index: 99;
        width: 80%;
        z-index: 999;
  }
  .gali_logo h3 {
    padding: 0;
    margin: 0;
  }
  .gali_logo h2 span:last-child{display: block;}
}