/* MAP SECTION */
.clinic-map-section{
  width:100%;
  height:500px;
  overflow:hidden;
}

.clinic-map-section iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* Responsive */
@media(max-width:768px){
  .clinic-map-section{
    height:350px;
  }
}