  @media screen and (max-width: 1024px) and (orientation: landscape) {
  .videoSection  { width: 100%; height: auto !important;}
  
}

  @media screen and (max-width: 1024px) and (orientation: Portrait) {
 .videoSection { width: auto; height: 100% !important;}
}

      .formatting h6 {
         margin: 0;
         font-weight: 400;
         font-size: 20px;
         color: #212529;
         font-size: 20px;
      }

      .formatting p {
         padding: 0 20px 0 0;
      }

      #videoSlideShow_title {
         line-height: 30px !important;
      }

      .leftText {
         font-size: 1.125rem;
      }

      .rightText h2,
      .videoSectionTitleNew2 h2,
      .formatting h6 {
         font-size: 1.5rem;
         line-height: 140%;
         margin: 0;
      }

      .rightText p,
      .videoSectionTitleNew2 p,
      .formatting p,
      .text-Grey {
         font-size: 1.125rem;
         line-height: 160%;
         color: #9a9292;
      }

      .formatting h6 {
         font-size: 1.1rem;
      }

      .playlistOverlay h2 {
         font-size: 1.5rem;
      }

      .playlistOverlay p {
         font-size: 1.125rem;
         line-height: 160%;
      }

      @media (max-width: 767px) {

         .mobileStyle {display: flex;flex-direction: column;align-items: flex-start;}
         .mobileStyle span {display: none;}
         .reverse .product_details {
            margin: 0;
            padding-bottom: 20px;
         }

         .playlistOverlayNew {
            padding: 10% 0 !important
         }

         .videoSectionTitleNew2 h2 {
            margin: 20px 0 0;
         }
      }