.page-content .image-container .edy-padding-resizer-wrapper,
.page-content .content-area iframe,
.edy-product-widget-grid .edy-product-widget-item .edy-product-widget-item-top-outer {
  border-radius: 12px;
}
.page-content .image-container .edy-padding-resizer-wrapper img,
.page-content img.edys-gallery-image,
.edys-gallery-product-slider-slide .edys-gallery-product-slider-item,
.edy-product-widget-item-wrap .edy-product-widget-item-top {
  transition: 0.35s;
}
.edys-gallery-product-slider-slide,
.edy-product-widget-grid .edy-product-widget-item .edy-product-widget-item-top-outer {
  overflow: hidden;
}
.page-content .image-container .edy-padding-resizer-wrapper:hover img,
.page-content a.edys-gallery-item:hover img.edys-gallery-image,
.edys-gallery-product-slider-slide:hover .edys-gallery-product-slider-item,
.edy-product-widget-item-wrap:hover .edy-product-widget-item-top {
  scale: 1.03;
} 

.site-header .header-bottom .header-bottom-inner .wrap {
  vertical-align: bottom;  
}

.content-area .edy-image-container-with-title {
  position: relative;
}
.content-area .edy-image-container-with-title::after {
  display: none;
}
.publicmode .content-area .edy-image-container-with-title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 100%);
  border-radius: 12px 12px 0 0;
  z-index: 1;
}
.content-area .edy-image-container-with-title .caption {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 2;
  color: white;
}
.content-area .edy-image-container-with-title .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.content-area .edy-image-container-with-title .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 6px;
}

@media screen and (min-width: 1368px) {
  .content-area.header-title {
    max-width: 700px;
  }
  .site-header .content-area h1,
  .site-header .content-area h2,
  .site-header .content-area h3 {
    padding-top: 20px;
  }
}
