#img_3cols td img {
/*width: 100%;*/
height:24vw;
max-height:300px;
max-width: 500px;
}

@media screen and (max-width: 800px) {

#img_3cols {
display:block;
text-align:center;
width:100%;
margin:-50px 0 0 -10px;
box-sizing:border-box;
}
#img_3cols td {
display:block;
width:100vw;
margin:0;
padding:0 !important;
text-align:center;
box-sizing:border-box;
}
#img_3cols td img {
display:block;
margin:50px auto 0 auto;
padding-right:30px;
width:calc(100% - 30px) !important;
height:auto;
max-height:none !important;
box-sizing:border-box;
}

}

.countryHead {
color: rgb(59, 48, 97);
font-size: 22px;
text-align:left;
}

.countryAdv {
text-align:center;
width:100%;
margin:1em 0 0 0;
}
.countryAdv table {
display:inline-block;
width:49%;
margin:auto;
vertical-align:text-top;
}
.countryAdv table td {
text-align:left;
}
.countryAdv table tr:first-child td[colspan] {
font-weight:bold;
color:#b61928;
text-align:left;
}
.countryAdv table td:first-child {
width:40px;
vertical-align:top;
}
