@media screen and (max-width: 480px) {
  .modelblock.pd-block,
  .modelblock__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .modelblock__txtbox {
    padding-top: 2rem;
  }
  .block .story__title {
    flex-direction: column;
  }
  .block .story__title img {
    width: 200px !important;
    padding-top: 2rem;
  }
  .block .story__title h2 {
    margin-left: auto !important;
  }
  .hero .heroButton {
    font-size: var(--block-text-sm) !important;
  }
  .hero .slick-prev,
  .hero .slick-next {
    height: 30px;
    z-index: 2 !important;
  }
  .slick-list {
    padding: 0 !important;
  }
  .coolingOverview__box picture {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .coolingDiy__flex__btn {
    align-items: stretch !important;
  }
  .coolingDiy__flex__btn .iconItem__flex {
    flex-direction: row !important;
  }
  .theme-mag .theme-button {
    padding: 5px !important;
  }
  .storage__block-text .gbps__bar {
    align-items: center !important;
  }
  .theme-mag .theme-line--active::before {
    content: none !important;
  }
  .theme-mag .storage__block-text .gbps__bar-colorline {
    background: linear-gradient(
      90deg,
      #d3e736 0%,
      #e3e890 50%,
      white 100%
    ) !important;
  }
  .storage__block-text .gbps {
    text-align: left;
  }
  .theme-mag .imgBorder {
    box-sizing: border-box;
    border-width: 2px !important;
    width: 100% !important;
  }
  .theme .mb__sideMenu--fixed {
    top: 0 !important;
    left: 0;
    padding-top: 96px !important;
  }
  .theme .mb__sideMenu ul li {
    padding: 10px 0 8px 0;
    margin-bottom: 0 !important;
  }
  .structure2 .spec {
    display: flex !important;
    flex-direction: column;
  }
  .structure2 .spec__num {
    font-size: inherit !important;
  }
  .ddr5__block {
    display: flex;
    flex-direction: column-reverse;
  }
  .aida64 figure {
    width: 100% !important;
  }
  .rgbSync__flexBox .slick-slide {
    margin: 0 5px;
  }
  .lan-low__flexBox .mbBox__icon {
    justify-content: center;
    width: 100% !important;
  }
}
