.offcanvas__media-wrapper { min-height: 100% !important; display: flex !important; align-items: center !important; justify-content: center !important; background: #eee !important; } #brxe-mfzthd { position: relative; display: inline-block;  overflow: hidden; } #brxe-mfzthd img { display: block; width: 100%; height: auto; } #brxe-mfzthd::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #001929;  opacity: 0.6; pointer-events: none;  } #brxe-ceebf9 #brxe-823ff2.footer-menu .sub-menu{ position: relative !important; }  .scrolling #brxe-gayfaa { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(10px); transition: all 0.3s ease; }  .my-link { text-decoration: none; text-align: center; } .my-link { position: relative; display: inline-block; transition: color 0.3s ease; } .my-link::after { content: ''; position: absolute; width: 0; height: 2px; bottom: 0; left: 50%; background-color: var(--primary); transition: all 0.3s ease; transform: translateX(-50%); } .my-link:hover::after { width: 100%; left: 50%; transform: translateX(-50%); } .my-link:hover { color: var(--primary); }