.notification {
    display: none;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    /* Add margin to separate it from the form */
}
p.description  {
    line-height: 32px;
    font-family: 'inter-regular';
}

span.description {
    font-weight: 500;
    line-height: 32px;
}
.contact-info-pro ul li .icon {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
    border-radius: 2px;
    padding: 6px;
    
}


.ucsm-overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-background-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

#background-video-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}