.mod-content-image-banner img{
height:200%;
}
@media screen and (max-width:1200px){
.mod-content-image-banner img{
height:150%;
}
}
@media screen and (max-width:820px){
.mod-content-image-banner img{
height:100%;
}
}
@media screen and (max-width:820px){
.mod-content-image-banner img{
height:auto;
}
}
@media screen and (max-width:420px){
.mod-content-image-banner img{
height:auto;
max-height:80%;
}
.mod-content-image-banner{
height:14em;
}
}