#nurseryGalleryShape {
    display:none;
}
.nurseryGalleryHolder {
    position:relative;
}
.nurseryGalleryImg {
    position:relative; 
    border-radius:8px; 
    z-index:99;
}
.featuredRecipeHolder p {
    color:#fff;
}
.tangerineButton {
    background-color:#FF9E18;
    color:#3d3e3f;
    border-radius:6px;
    padding:10px 20px;
    font-family: 'Hero Junior Super';
    border:none;
}
.tangerineButton:hover, .tangerineButton:focus, .tangerineButton:active {
    background-color:#FFBA5E;
    border:none;
    text-decoration:none;
    color:#3d3e3f;
    outline:none;
}

@media (min-width: 768px) {

    #nurseryGalleryShape {
        position: absolute;
        bottom: 11%;
        left: -7%;
        z-index: 1;
        display:inline;
    }
}