
.visit-us {
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  right: 50%;
  position: relative;
  margin-inline: 0 !important;
}
.-theme--mapsText{
  position: relative;
}
.visit-us::after{
  content: '';
  background-image:url('/kindira/images/bg/visit-us.png');
  width: 100%;
  height:  100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .visit-us .map__container > div {
    min-height: 100% !important;
  }
}
@media (max-width: 992px) {
  .visit-us .btn-primary-1{
    width: 100%;
  }

  .article-page iframe{
  
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    
  }
}