@media only screen and (max-width: 416px){

    .right-way-mg{
        margin-top: 70px;
        height: 120px;
      }
      
      .right-way-img{
        position: relative;
        top: -40px;
      }

      .video-scale{
        width: 100%;
        height: 200px;
      }

      .head-font{
        font-size: 22px;
        color: #CA3127;
      }
      
      .detail-font{
        font-size: 14px;
        color: rgb(109, 109, 109);
      }
      
      .head2-font{
        font-size: 18px;
        color: rgb(109, 109, 109);
      }

      .answer-font{
        font-size: 14px;
        color: #ffffff;
        padding: 30px;
      }
      
      .icon-size{
        font-size: 30px;
      }

      .review-font>h4{
        font-size: 18px;
      }
      
      .review-font{
        font-size: 14px;
      }

      .ml5 {
        position: relative;
        font-weight: 300;
        font-size: 30px !important;
        color: #ffffff;
      }

      .ml6 {
        position: relative;
        font-weight: 300;
        font-size: 22px !important;
        color: #CA3127;
      }

      .ml7 {
        position: relative;
        font-weight: 300;
        font-size: 22px !important;
        color: #CA3127;
      }

      .ml8 {
        position: relative;
        font-weight: 300;
        font-size: 22px !important;
        color: #CA3127;
      }

      .ml9 {
        position: relative;
        font-weight: 300;
        font-size: 22px !important;
        color: #CA3127;
      }

      .ml10 {
        position: relative;
        font-weight: 300;
        font-size: 22px !important;
        color: #CA3127;
      }

      .ml11 {
        position: relative;
        font-weight: 300;
        font-size: 22px !important;
        color: #ffffff;
      }

      .promotion-font{
        color: white;
        font-size: 14px;
      }

      .ml12 {
        position: relative;
        font-weight: 300;
        font-size: 22px !important;
        color: #CA3127;
      }
}

@media only screen and (max-width: 361px){

  .poster-img1{
    margin-top: 20px;
  }

}

@media only screen and (min-width: 417px) and (max-width: 1024px) {

    .video-scale{
        width: 100%;
        height: 350px;
      }

      .right-way-mg{
        margin-top: 70px;
        height: 400px;
      }
      
      .right-way-img{
        position: relative;
        top: -50px;
      }

}


@media only screen and (min-width: 1025px) {

}