<style>
  /* Base Styles */
  .image-right .media-text-container {flex-direction:row-reverse}
  .media-text-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
  }
  .shiseido-media-text-block.large-image {justify-content: center}
  /* Media Column Styles */
  .media-column {
    flex: 0 0 auto;
    width: 500px;
  }
  .center.media-text-container {
    justify-content: center;
  }
  .large-image .media-column {width:100%;flex: 0 0 auto;}
  /* Video Styles */
  .video-wrapper {
    width: 100%;
    position: relative;
  }
   .squared-video .player,
   .large-video .player {
    width: 100%;
    height: 500px;
    background-color: #000;
  }
  .video-js {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  /* Image Styles */
  .image-wrapper {
    width: 100%;
    position: relative;
    height: 500px;
  }
  .image-wrapper img,
  .image-wrapper picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* Large Video/Image Variant */
  .large-video .media-column {
    width: 740px;
  }
  .large-video .player,
  .large-video .image-wrapper {
    height: 414.27px;
  }
  /* Text Styles */
  .text-column.black {
    flex: 0 1 auto;
    max-width: 480px;
    color: #000;
  }
  .title {
    font-family: "Reader", sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .description {
    font-family: "Reader", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0;
  }
  /* Layout Variations */
  .video-left .media-text-container {
    flex-direction: row;
  }
  .video-right .media-text-container,
  .image-right .media-text-container {
    flex-direction: row-reverse;
  }
    .shiseido-media-text-block/*,
  .shiseido-media-text-block.image-right,
  .shiseido-media-text-block.video-left.large-video*/ {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
  /* Responsive Styles */
  @media screen and (max-width: 1024px) {
    .media-column,
    .large-video .media-column {
      width: 400px;
    }
  .large-image .media-column {width:100%;flex: 0 0 auto;}
    .player,
    .image-wrapper,
    .large-video .player,
    .large-video .image-wrapper {
      height: auto;
    }
    .squared-video .player {aspect-ratio: 1/1; height: auto}
    .large-video .player {aspect-ratio: 16/9; height: auto}
    .text-column {
      width: 45%;
    }
    .title {
      font-size: 40px;
    }
    .description {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 767px) {
    .shiseido-media-text-block {
      padding: 15px;
    }
    .media-text-container {
      display: grid;
      grid-template-areas:
        "title"
        "media"
        "description";
      gap: 30px;
      justify-content: center;
    }
    /*.image-right .media-text-container, .squared-video .media-text-container, .large-image .media-text-container {justify-content: center}*/
    .media-column,
    .text-column,
    .large-video .media-column {
      width: 100%;
      max-width: 100%;
    }
    .text-column {
      display: contents;
    }
    .title {
      grid-area: title;
      font-size: 24px;
      text-align: center;
      margin-bottom: 0;
    }
    .media-column {
      grid-area: media;
    }
  .large-image .media-column{width:100%;flex: 0 0 auto;}
    .description-wrapper {
      grid-area: description;
    }
    .player {
      width: 100%;
      max-width: 375px;
      height: 375px;
      aspect-ratio: 1/1;
      margin: 0 auto;
    }
    .image-wrapper {
      width: 100%;
      max-width: 375px;
      height: 375px;
      margin: 0 auto;
    }
    .large-image .media-column .image-wrapper {height:auto}
   .squared-video .player,
   .large-video .player {
      height: auto;
    }
    .large-video .for-mobile .player {aspect-ratio: 1/1}
    .description {
      font-size: 14px;
      text-align: center;
      margin: 0;
    }
  }
  @media screen and (max-width: 374px) {
    .shiseido-media-text-block {
      padding: 10px;
    }
    .media-text-container {
      gap: 20px;
      justify-content: center;
    }
    .title {
      font-size: 20px;
      word-wrap: break-word;
    }
    .description {
      font-size: 13px;
      word-wrap: break-word;
    }
    .player,
    .image-wrapper {
      width: 100%;
      max-width: 100%;
      height: auto;
    }
  }
  @media screen and (min-width: 769px) {
    .pdp-content-modules .content-asset {
      background: transparent;
    }
    .for-mobile {display:none}
  }
  @media screen and (max-width: 768px) {
    .pdp-content-modules .content-asset {
      background: transparent;
    }
    .for-desktop {display:none}
  }
</style>