.frame-custom1 .frame-container {
  background:#F5F5F5;
  border: 1px solid #e3e3e3;
}
.frame-custom2 .frame-container {
  background:#4FAF98;
}
.frame-custom1 .frame-container, .frame-custom2 .frame-container {
  padding-top:20px;
  padding-bottom:20px;
}
iframe { 
  max-width:100% !important; 
  /* border: 1px solid #e3e3e3 !important; */
  /* margin-bottom:20px; */
}

@media (min-width:992px) {
  
.navbar-mainnavigation .navbar-brand-image img {
    max-height: 100%;
}
.navbar-mainnavigation .navbar-brand {
    height: 180px;
}
.nav-link {
  padding: 1rem 1.2rem;
}
  
}