/** Shopify CDN: Minification failed

Line 27:22 Unexpected "("

**/
.image-link-section {
  padding-bottom: 35px;
}
.image-link-section .image-main {
  position: relative;
  width: 100%;
}
.image-link-section .image-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.image-link-section .image-main img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-link-section.hidden { display: none !important;}

media only screen and (min-width: 750px) {
  .image-link-section {
    padding-bottom: 55px;
  } 
}