@media only screen and (max-width: 1280px) {
  section.view {
    max-width: calc(-6rem + 100vw);
  }
}
@media only screen and (max-width: 1115px) {
  .artl-inner-wrapper {
    /* flex-direction: column; */
    /* width: 370px; */
    /* gap: 0rem; */
  }
  .art-thumb-wrapper {
    height: 211px;
    width: 370px;
    max-height: none;
    min-height: auto;
    max-width: none;
    min-width: auto;
  }
  div.art-parent {
    flex: 1 1 0%;
  }
}
@media only screen and (max-width: 1115px) {
  .art-thumb-wrapper {
    width: 350px;
    height: 200px;
    /* flex: 1; */
  }
  .artl-inner-wrapper {
    /* width: 350px; */
  }
}

@media only screen and (max-width: 1030px) {
  .title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 925px) {
  .hero-container {
    flex-direction: column;
    gap: 0;
  }

  .dp-image-container {
    background: none;
  }

  .hero-info {
    text-align: center;
  }

  .waving-hand {
    justify-content: center;
  }

  .title {
    text-align: center;
  }

  .animated-intro-container {
    justify-content: center;
  }

  .hero-intro-wrapper {
    display: none;
  }
  .contact-from-wrapper {
    flex-direction: column;
  }

  .cform-input-area {
    width: 100%;
    max-width: unset;
  }
  .hidden-on-lg {
    display: inline;
  }
}
@media only screen and (max-width: 780px) {
  .art-thumb-wrapper {
    position: relative;
    border-radius: 12px;
    max-height: 11.429rem;
    height: auto;
    max-width: 20rem;
    min-width: 20rem;
    min-height: 11.429rem;
  }
  .artl-inner-wrapper {
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1rem;
  }

  .side-navbar-items {
    overflow: hidden;
    position: fixed;
    height: 0px;
    width: 100%;
    background: rgba(26, 26, 26, 0.85);
    z-index: 10;
    top: 0px;
    left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    transition: 0.15s;
    backdrop-filter: blur(1rem);
  }
  a.nav-link {
    width: 100%;
    text-align: center;
    padding: 1rem 0rem;
    margin: 0px;
    font-size: 16pt;
  }
  a.nav-link:active {
    background: rgba(255, 255, 255, 0.13);
  }
  nav.navbar {
    padding: 0px 1rem;
  }
  #btnMenu {
    display: block;
  }
  .contrib-body-container {
    flex-direction: column;
  }
  .contrib-notice {
    padding: 2rem;
  }
  img.contrib-icon {
    height: 7rem;
  }
}
@media only screen and (max-width: 690px) {
  .artl-inner-wrapper {
    flex-direction: column;
    /* width: calc(0rem + 100vw); */
    gap: 0px;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  .art-thumb-wrapper {
    width: 100%;
    max-height: none;
    max-width: none;
    position: relative;
  }
  section.view {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  button#btnShowMore {
    margin: auto;
    display: block;
    margin-top: 2rem;
  }
}
