/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 59:0 Unexpected "<"

**/
<style>
/* ###################################### All ####################################### */
  .splide-wrapper-top{
    margin: 0px 0px 30px 0px !important;
  }
  .splide-wrapper-bottom{
    margin: 40px 0px 0px 0px !important;
    background-color: #000000;
  }
  .splide__pagination__page.is-active{
    background: #2e6fbc !important;
  }
  #splide-track{
    height: 400px;
  } 
  .splide__slide {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .splide__slide img {
    width: 70%;
    height: auto;
  }


/* ############################################ DESKTOP ########################################### */
@media screen and (min-width: 769px) {
  .splide{
    width: 1200px;
    margin: auto;
  }
  
  #custom-art-portraits-splide{
    max-width: 500px;
    margin: auto;
  }
}
/* ############################################ MOBILE ############################################ */  
@media screen and (max-width: 768px) {
  .splide{
    width: 100%;
    margin: auto;
  }
  #custom-art-portraits-splide{
    max-width: 90%;
    margin: auto;
  }
}  
/* ########################################### style end ######################################### */  
</style>