.iframe-container {
position: relative;
width: 100%;
padding-bottom: 100%; 
overflow: hidden;
max-width: 100%;
}
.iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.BackgroundColor__wrapper .BackgroundColor__defaultStyle  
{ 
background-color: #2b5865;
border-color: var(--grey-300);
} .button__button .button__innerButtonWrapper {
padding: 6px 20px 6px 17px;
height: 100%;
background-color: #111 !important;
} @media (max-width:1150px) {
.fl-builder-content-3799[data-type="header"]{
z-index: 999;
min-width: 100%;
width: 100%;
position: -webkit-sticky;
position: sticky;
top: 0;
}
.admin-bar .fl-builder-content-3799[data-type="header"]{
top: 32px;
}
}