/* =====================================================================
 *   Addtional Updates or Changes
 * =================================================================== */

.footer-link:hover {
    color: lightpink;
}

.description {
    color: white;
    font-size: 22px !important;
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 600px) {
    .bg-video {
        /*object-fit: cover;*/
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*object-position: center;*/
    }
}

