img.ft-vert {
margin-left:150px;
float:left;
padding:35px;
}
footer.ft-fot {clear: left;}

@media only screen and (max-width: 1200px) { 
img.ft-vert {
margin-left:75px;  
max-height: 330px;
width:auto;
}
}

@media only screen and (max-width: 600px) { 
img.ft-vert {
margin-left:0px;  
float:none;
max-height: 280px;
width:auto;
}
footer.ft-fot {clear: none;}
}

