/* Home Page Settings */
@media only screen and (max-width: 1430px) {
  .headline__title {
    font-size: 24px;
  }

  .smallest__title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1400px) {
  .articles__top {
    column-gap: 20px;
  }
  
  .news {
    padding-left: 20px;
    padding-right: 20px;
  }

  .articles__smallest {
    column-gap: 10px;
  }
}

@media only screen and (max-width: 1245px) {
  .hero__artist-attribution {
    text-align: right;
  }
  
  .hero__artist-attribution br {
    display: block;
  }
}

@media only screen and (max-width: 1230px) {
  .articles__smallest:last-child {
    display: none;
  }

  .articles__smallest {
    flex-direction: column-reverse;
    justify-content: start;
  }

  .smallest__image {
    width: 100%;
  }
}

@media only screen and (max-width: 1150px) {
  .artists__left-arrow {
    left: 12px;
  }
  
  .artists__right-arrow {
    right: 12px;
  }
}

@media only screen and (max-width: 1130px) {
  .hero__artist-attribution {
    bottom: 0;
    right: 0;
  }
  
  .hero__artist-attribution br {
    display: none;
  }
}

@media only screen and (max-width: 1070px) {
  .articles__top {
    flex-direction: column;
    row-gap: 25px;
  }

  .articles__top-right {
    flex-direction: row;
    column-gap: 25px;
  }

  .smallest__image {
    height: 150px;
  }

  .articles__smallest:last-child {
    display: inherit;
  }

  .articles__smallest {
    min-width: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
  }

  .artists {
    padding-left: 40px;
    padding-right: 40px;
  }

  .products__title {
    margin-left: 40px !important;
  }

  .products__subtitle {
    margin-left: 40px !important;
  }

  .products__carousel {
    padding-left: 65px !important;
  }

  .carousel-progress-indicator {
    width: 25% !important;
  }

  .archive {
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 1030px) {
  .artists {
    height: fit-content;
  }
  
  .carousel__artist {
    flex-direction: column;
    align-items: center;
  }

  .artist__right {
     max-width: 530px;
  }

  .artist__name {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 875px) {
  .about__column--text {
    padding-left: 20px;
    padding-right: 10px;
  }

  .about__column--text p {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .hero__left-arrow {
    display: block;
  }

  .hero__right-arrow {
    display: block;
  }
  
  .hero__copy {
    left: 12px;
  }
  
  .hero__artist-attribution {
    bottom: 12px;
    right: 22px;
  }
  
  .banner-indicator {
    display: none;
  }
}

@media only screen and (max-width: 770px) {
  .headline__image {
    width: 40%;
  }
  
  .headline__title {
    font-size: 20px;
  }
  
  .headline__byline {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .headline__byline p {
    margin: 0;
  }

  .headline__description {
    margin-top: 25px;
  }

  .artists-indicator__cell {
    width: 95px;
    display: block !important;
  }
}

@media only screen and (max-width: 715px) {
  .news__title {
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }

  .artists {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products__title {
    margin-left: 20px !important;
  }

  .products__subtitle {
    margin-left: 20px !important;
  }

  .products__carousel {
    padding-left: 45px !important;
  }

  .cta-grid__newsletter {
    width: 95%;
  }

  .archive {
    margin-left: 20px !important;
  }

  .articles__bottom {
    gap: 10px !important;
  }
}

@media only screen and (max-width: 655px) {
  .about__row:first-child {
    flex-direction: column-reverse;
  }

  .about__row:last-child {
    flex-direction: column;
  }

  .about__column, .about__column--text {
    width: 100%;
    height: 350px;
  }

  .form-wrapper-grid {
    width: 100% !important;
    height: 350px;
  }

  .articles__bottom {
    gap: 25px !important;
  }

  .articles__small {
    width: 250px !important;
  }

  .articles__small img {
    width: 250px !important;
  }

  .carousel__artist img {
    width: 265px !important;
    height: 180px !important;
  }

  .artist__right {
    max-width: 265px;
  }

  .artist__name {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
  }

  .artist__quote {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
  }

  .artist__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 640px) {
  .hero__title {
    font-size: 54px !important;
  }
}

@media only screen and (max-width: 560px) {
  .articles__smallest {
    min-width: calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
  }
  
  .articles__smallest:last-child {
    display: none;
  }

  .articles__bottom {
    gap: 10px !important;
  }
}

@media only screen and (max-width: 510px) {
  .hero__left-arrow {
    top: 50px;
    width: 25px;
    right: 12px;
    left: 12px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
  }

  .hero__right-arrow {
    top: 50px;
    width: 25px;
    right: 12px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
  }
  
  .hero__title {
    font-size: 30px !important;
    line-height: 38px !important;
    margin-bottom: 12px;
  }

  p.hero__description {
    font-size: 16px;
  }

  .artists__title {
    font-size: 44px;
  }

  .products__title {
    font-size: 44px !important;
  }

  .about__column, .about__column--text {
    height: 400px;
  }

  .articles__small {
    width: 100% !important;
  }

  .small__image {
    width: 100% !important;
  }

  .small__image img {
    width: calc(100% - 20px) !important;
  }

  .small__title {
    max-width: none !important;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 465px) {
  .artists {
    margin-top: 25px;
  }
  
  .news {
    padding-top: 0;
    padding-left: 12px;
    padding-right: 6px;
  }

  .news__title {
    margin-top: 10px !important;
  }
  
  .articles__headline {
    flex-direction: row;
    column-gap: 12px;
  }

  .headline__image {
    width: 150px;
    height: 100px;
  }

  .headline__title {    
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }

  .headline__description {
    display: none;
  }

  .byline__author {
    display: none;
  }

  .articles__top-right {
    flex-direction: column;
  }

  .articles__smallest {
    flex-direction: row-reverse;
    max-width: unset;
    min-width: unset;
    align-items: flex-start;
  }

  .smallest__image {
    width: 150px;
    height: 100px;
  }

  .smallest__title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }

  .articles__top-right {
    row-gap: 25px;
  }

  .artists__right-arrow, .artists__left-arrow {
    width: 22px;
    height: 18px;
  }

  .artists-indicator__cell {
    width: 70px;
  }
}

@media only screen and (max-width: 415px) {
  .news__title {
    font-size: 24px !important; 
  }

  .artists__title {
    font-size: 30px;
  }

  .products__title {
    font-size: 30px !important;
  }

  .about__column, .about__column--text {
    height: 450px;
  }
}

@media only screen and (max-width: 330px) {
  .hero__copy {
    left: 5px;
  }
}