.container-banner.full-width {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 0 !important;
}

.container-banner.full-width video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#mod-custom142 a {
    transition: all 0.3s ease;
}

#mod-custom142 a:hover {
    background-color: #0077cc !important;
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}