/* CSS Document */


.content *{ max-width:100%;}
@media only screen and (max-width: 767px){
.map iframe{max-height:350px;}
}

@media only screen and (max-width: 480px){
.map iframe{max-height:250px;}
}