/* FIDARO bathroom image final presentation */
.service-visual:nth-child(4){
  background:#e8e4dc;
}
.service-visual:nth-child(4) img{
  transform:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  filter:none !important;
}
.service-visual:nth-child(4) figcaption{
  left:22px;
  bottom:20px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.18em;
  text-shadow:0 2px 14px rgba(0,0,0,.65);
}
@media(max-width:700px){
  .service-visual:nth-child(4){
    aspect-ratio:16/10;
  }
  .service-visual:nth-child(4) img{
    transform:none !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
  .service-visual:nth-child(4) figcaption{
    left:18px;
    bottom:16px;
    font-size:10px;
  }
}

/* Dedicated service card imagery */
.service-grid article{position:relative;overflow:hidden}
.service-grid-image{display:block;width:100%;height:220px;object-fit:cover;margin:0 0 28px}
.service-grid article:nth-child(1) .service-grid-image{object-position:center 58%}
.service-grid article:nth-child(2) .service-grid-image{object-position:center 50%}
.service-grid article:nth-child(3) .service-grid-image{object-position:center center}
.service-grid article:nth-child(4) .service-grid-image{object-position:center 55%}
.service-grid article:nth-child(5) .service-grid-image{object-position:center 50%}
.service-grid article:nth-child(6) .service-grid-image{object-position:center 50%}
@media(max-width:700px){
 .service-grid-image{height:210px;margin-bottom:24px}
}
