@media screen and (min-width:768px) {
.maphilighted {
    max-width: 1000px;
    max-height: 700px;
}
}

/*
@media screen and (max-width: 1641px) {
.maphilighted {
    max-width: 800px;
}
}
*/


@media only screen and (max-device-width: 600px){ 
.maphilighted {
    background-repeat: no-repeat;
    max-width: 350px;
    height:350px;
}
}