.contacts__iframe{
  width: 100%;
  height: 125%;
  border: 0;
}

@media screen and (max-width: 991px) {
  .contacts__iframe{
  height: 23rem;
}
}

@media screen and (max-width: 767px) {
  .contacts__iframe{
  height: 360px;
}

}