@charset "UTF-8";


.g-form-container {    
   position: relative; 
   width: 100%; 
   overflow: hidden; 
   padding-top: 100%; /* 1:1 Aspect Ratio */ 
   } 
   
 .responsive-iframe { 
   position: absolute; 
   top: 0; left: 0; 
   bottom: 0; 
   right: 0; 
   width: 100%; 
   height: 100%; 
   border: none; 
   } 

.band-ambassadors {
  background-color: #f2e9d7;
  padding-top: 100px;
  background-image: url("../images/ambassadors/wqptpbs-ambassadors22.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
}