@media (min-width: 1540px) {
  .contact__map {
    overflow: hidden;
    position: relative;
  }
  .contact__map iframe {
    border: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}