/** Shopify CDN: Minification failed

Line 6:29 Unexpected "!"

**/
<!---slideshow.liquid--------!>

.desktop-show {
  display: block !important;
}
.Mobile-show {
  display: none !important;
}
.desktop-show img{
  width: 100%;
height: 100%;
object-fit: cover;
}
.Mobile-show img{
  width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 749px) {
  .desktop-show {
    display: none !important;
  }
  .Mobile-show {
    display: block !important;
  }
}

.main-page-title{

  display:none;
}