.map-element {
  height: 200px;
}
.youtube-element {
  height: 200px;
}

@media screen and (min-width: 768px) {
  .map-element {
    height: 300px;
  }
  .youtube-element {
    height: 300px;
  }
}
