.mv{ 
    height: 906px;
    overflow-x: clip; 
    position: relative;
  }
  
  @media screen and (max-width: 767px) {
    .mv{ 
      height: 308px;
    }
  }
  