@media screen and (min-width: 701px) {
  html body .dibu {
    color: #ffffff;
    background-color: #11100d !important;
    background-image: linear-gradient(90deg, rgba(17, 16, 13, 0.94), rgba(17, 16, 13, 0.72)), url('../img/home-pc/footer-studio.webp') !important;
    background-position: center !important;
    background-size: cover !important;
  }

  html body .dibu::after {
    display: none !important;
  }

  html body .dibu .footer,
  html body .dibu .footer2 {
    position: relative;
    z-index: 2;
  }

  html body .dibu a:hover {
    color: #e8c46f !important;
  }
}
