@media screen and (min-width: 768px) {

.map{
width:100%;
padding-bottom: 42.85%;
height:0px;
position: relative;
}
.map iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

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

}
