/*************************************************************************/
.twoImgContent {overflow: hidden; text-align: center; margin-bottom: 45px;}
.twoImgBlock {float: left; width: 50%; word-wrap: break-word; margin-bottom: 6px;}
.twoImgBlock:nth-child(2n+1) {clear: left;}
.twoImgBlock img {border: 1px solid blue;}   
.twoImgBlock img{ width: auto; }    /* width: 90%;  */

@media screen and (max-width: 1160px),
only screen and (max-device-width: 1160px) {
    .twoImgBlock img {width: 165px;}
}
@media screen and (max-width: 1050px),
only screen and (max-device-width: 1050px) {
    .twoImgBlock img {width: 200px;}
  
}
@media screen and (max-width: 920px),
only screen and (max-device-width: 920px) {
    .twoImgBlock img {width: 145px;}
}
@media screen and (max-width: 750px),
only screen and (max-device-width: 750px) {
    .twoImgBlock img {width: 200px;}
}
@media screen and (max-width: 670px),
only screen and (max-device-width: 670px) {
    .twoImgBlock {width: 50%;}
    .twoImgBlock:nth-child(odd) {clear: left;}
}
@media screen and (max-width: 460px),
only screen and (max-device-width: 460px) {
    .twoImgBlock {width: auto; float: none;}
}
