.nurseryGalleryHolder {
    position:relative;
}
#nurseryGalleryShape {
    display:none;
}
.nurseryGalleryCarousel {
    position:relative; 
    z-index:99;
}
.nurseryGalleryImg {
    position:relative; 
    border-radius:8px; 
    z-index:99;
}
.nurseryGalleryControlsHolder {
    position:absolute;     
    right: 0px;
    top: 0px;
    z-index: 99;
}
.nurseryGalleryPhotoNumberHolder {
    position:absolute;
    right: 14px;
    bottom: 10px;
    z-index:99; 
    text-align:right; 
    background:none;
}
.currentPhoto {
    font-size:35px; 
    line-height:45px; 
    color:#fff;
}
.numberOfPhotos {
    color:#fff; 
    font-size:18px; 
}
iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
  }
@media (min-width: 768px) {

    #nurseryGalleryShape {
        position: absolute;
        bottom: 11%;
        left: -7%;
        z-index: 1;
        display:inline;
    }
    .nextArrow, .prevArrow {
        max-width:none;
    }

    
}