﻿
.fragment.WideLinkedImage {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
    height: 420px;
    position: relative;
}

    .fragment.WideLinkedImage a  {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

   


@media screen and (max-width: 1100px) {
    .fragment.WideLinkedImage {
    height:310px;
    }
   
}
@media screen and (max-width: 575px) {
    .fragment.WideLinkedImage {
    height:230px;
    }
   
}
@media screen and (max-width: 403px) {
    .fragment.WideLinkedImage {
    height:163px;
    }
   
}