﻿
@media screen and ( max-width: 990px ) {
img.image-responsive { width: 100%; }
}
@media screen and ( min-width:991px ) and ( max-width: 1023px ) {
img.image-responsive { width: 75%; }
}
@media screen and ( min-width:1024px ) and ( max-width: 1151px ) {
img.image-responsive { width: 75%; }
}
@media screen and ( min-width:1152px ) and ( max-width: 1190px ) {
img.image-responsive { width: 78%; }
}
@media screen and ( min-width:1191px ) and ( max-width: 1279px ) {
img.image-responsive { width: 67%; }
}
@media screen and ( min-width:1280px ) and ( max-width: 1365px ) {
img.image-responsive { width: 70%; }
}
@media screen and ( min-width:1366px ) and ( max-width: 1579px ) {
img.image-responsive { width: 80%; }
}
@media screen and ( min-width:1580px ) and ( max-width: 1650px ) {
img.image-responsive { width: 95%; }
}
@media screen and ( min-width:1651px ) and ( max-width: 1719px ) {
img.image-responsive { width: 105%; }
}
@media screen and ( min-width:1720px ) and ( max-width: 1919px ) {
img.image-responsive { width: 108%; }
}
@media screen and ( min-width: 1920px ) {
img.image-responsive { width: 120%; }
}
img.image-responsive { height: auto; }

.mobileshow    { display:none; }

@media screen and (max-width: 500px) {
    .mobileshow   { display:block; }
}


 