.container {
width: 99% !important;
}
.container.et_menu_container {
width: 1280px !important;
max-width: 98%;
}
.et_pb_blurb_content { 
max-width: 100% !important;
} .top-section:after {
content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
z-index: 1;
pointer-events: none;
} @media (min-width: 981px) {
.et_pb_row { width: 98% !important; }
} @media (max-width: 980px) {
.et_pb_row { width: 96% !important; }
.container.et_menu_container { max-width: 96%;}
.et_non_fixed_nav.et_transparent_nav #main-header, 
.et_fixed_nav #main-header { 
position: fixed; 
top: 0; 
}
} @media (max-width: 767px) {
.et_pb_row { width: 94% !important; }
.container.et_menu_container { max-width: 94%;}
} @media (max-width: 479px) {
.et_pb_row { width: 92% !important; }
}