.video-container{
   
    width: 100%;
    
    
    position: relative;
    height: 1069px;
}

  

.video-container .video{
  height: auto;
  width: 100%;
  position: absolute;
  
  z-index: 1;
}
.video-container    .poster {
    height: auto;
    width: 100%;
    position: absolute;
    
    z-index: 1;
  }

  .video-container    .poster-ameba{
      height: auto;
    width: 100%;
    position: absolute;
    
    z-index: 1;
    bottom: 0;
    display: none;
  }

  .video-container .text-title{
      position: absolute;
      bottom: 0;
      transform: translate(0%,-219%);
      z-index: 1;
      color: white;
      font-family: "JosefinSans-Light", sans-serif;
      font-size: 2.7vw;
      margin-left: 5%;
  }
  .video-container  .mute-icon{
    position: absolute;
  top: 0;
  width: 4%;
  left: 0;
  transform: translate(0%,210%);
  opacity: 0.5;
  }

@media only screen and (max-width: 1600px) {
    .video-container{
   
        
        height: 896px;
    }


  }

  @media only screen and (max-width: 1500px) {
    .video-container{
   
        
        height: 800px;
    }


  }

  @media only screen and (max-width: 1350px) {
    .video-container{
   
        
        height: 700px;
    }


  }

  @media only screen and (max-width: 1150px) {
    .video-container{
   
        
        height: 640px;
    }


  }

  @media only screen and (max-width: 600px) {
    .video-container{
   
        
        height: 270px;
    }
    .video-container .video{
      margin-top: 6vw;
    }

    .video-container .poster{
      margin-top: 6vw;
  }
    .video-container .mute-icon{
     
      width: 7%;
     
      transform: translate(0%,208%);
      }
   


  }
  @media only screen and (max-width: 415px) {
    .video-container{
   
        
        height: 230px;
    }
    .video-container .video{
        margin-top: 13vw;
    }
    .video-container .poster{
        margin-top: 13vw;
    }
    .video-container .mute-icon{
     
    width: 10%;
   
    transform: translate(0%,175%);
    }


  }
