@media print, screen and (min-width: 64em) {
  
  /* hide count */
  .field--name-field-components .field__item:first-child div[class].slider-count {
    display: none;
  }

  .field--name-field-components .field__item:first-child .album-carousel nav.slick__arrow, 
  .field--name-field-components .field__item:first-child .slick--optionset--carousel nav.slick__arrow {
    top: calc(50% - 1.5rem);
    transform: none;
    width: 100%;
    left: auto;
  }

  .field--name-field-components .field__item:first-child .album-carousel button.slick-arrow, 
  .field--name-field-components .field__item:first-child .slick--optionset--carousel button.slick-arrow {
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,.3));
  }

  .field--name-field-components .field__item:first-child .album-carousel button.slick-prev, 
  .field--name-field-components .field__item:first-child .slick--optionset--carousel button.slick-prev {
    left: 1rem;
  }

  .field--name-field-components .field__item:first-child .album-carousel button.slick-next, 
  .field--name-field-components .field__item:first-child .slick--optionset--carousel button.slick-next {
    right: 1rem;
  }

}