.owl-item.active .field-content.slideshow,
.owl-item.active .slideshow .field--featured-image,
.view-id-slideshow .views-row.slideshow .field--featured-image .content a,
.view-id-homepage_feature_grid .views-row.slideshow a .field--featured-image-treated,
.view-id-news_features_lists .views-row.slideshow .field--featured-image .content a {
    position: relative; 
    display: block;
}
.owl-item.active .field-content.slideshow:after,
.owl-item.active .slideshow .field--featured-image:after,
.view-id-slideshow .views-row.slideshow .field--featured-image .content a:after,
.view-id-homepage_feature_grid .views-row.slideshow a .field--featured-image-treated:after,
.view-id-news_features_lists .views-row.slideshow .field--featured-image .content a:after {
    background-image: url('/sites/default/files/slideshow_icon_white.png');
    background-repeat: no-repeat;
    background-size: 64px 64px;
    display: inline-block;
    width: 64px; 
    height: 64px;
    top: 40%;
    left: 40%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
    position: absolute; 
    content:"";
}
.owl-item.active .field-content.slideshow:after,
.owl-item.active .slideshow .field--featured-image:after {
    top: 43%;
    left: 46%;
}
.owl-item.active .field-content.slideshow:after {
    top: 28%;
}
.view-id-homepage_feature_grid .views-row.slideshow a .field--featured-image-treated:after {
    left: 42%;
}
.owl-item.active .field-content.slideshow:hover:after,
.owl-item.active .slideshow .field--featured-image:hover:after,
.view-id-slideshow .views-row.slideshow .field--featured-image .content a:hover:after,
.view-id-homepage_feature_grid .views-row.slideshow:hover a .field--featured-image-treated:after,
.view-id-news_features_lists .views-row.slideshow .field--featured-image .content a:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.owl-item.active .field-content.slideshow:after,
.owl-item.active .slideshow .field--featured-image:after {
    filter: alpha(opacity=85);
    opacity: 0.85;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
@media only screen and (max-width: 1400px) {
    .owl-item.active .field-content.slideshow:after {
        top: 34%;
    }
}
@media only screen and (max-width: 800px) {
    .owl-item.active .slideshow .field--featured-image:after {
        top: 34%;
    }
    .owl-item.active .field-content.slideshow:after {
        top: 39%;
    }
}
@media only screen and (max-width: 640px) {
    .owl-item.active .slideshow .field--featured-image:after {
        top: 26%;
    }
}
@media only screen and (max-width: 600px) {
    .owl-item.active .field-content.slideshow:after {
        top: 38%;
        left: 44%;
    }
}
@media only screen and (max-width: 540px) {
    .owl-item.active .slideshow .field--featured-image:after {
        top: 18%;
    }
}
@media only screen and (max-width: 479px) {
    .owl-item.active .field-content.slideshow:after,
    .owl-item.active .slideshow .field--featured-image:after,
    .view-id-slideshow .views-row.slideshow .field--featured-image .content a:after,
    .view-id-homepage_feature_grid .views-row.slideshow a .field--featured-image-treated:after,
    .view-id-news_features_lists .views-row.slideshow .field--featured-image .content a:after {
        background-size: 55px 55px;
        width: 55px;
        height: 55px;
    }
    .owl-item.active .slideshow .field--featured-image:after {
        top: 15%;
    }
}
@media only screen and (min-width: 1450px) {
    .view-id-homepage_feature_grid .views-row.slideshow a .field--featured-image-treated:after {
        z-index: 5;
    }
}
