.mod-content-image-banner img{
height:125%;
}

@media screen and (max-width:1000px){
.mod-content-image-banner img{
height:auto;
}
}

@media screen and (max-width:825px){
.mod-content-image-banner img{
height:125%;
}
.mod-content-image-banner{
height:14em;
}
}

@media screen and (max-width:580px){
.mod-content-image-banner img{
height:100%;
}
}

@media screen and (max-width:460px){
.mod-content-image-banner img{
height:auto;
}
.mod-content-image-banner{
height:10em;
}
}