#page-footer {
    &.hascourseimage-footer {
        margin-bottom: -75px !important;
    }
    .btn-footer-popover {
        background: white !important;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
        right: 42px;
        bottom: 45px;
        .icon {
            color: $primary;
        }
        &:hover {
            .icon {
                color: $secondary;
            }
        }
    }
}
.extra-footer {
    margin-left: -3rem;
    margin-right: -3rem;
    overflow: hidden;
    @media (max-width: 768px) {
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        max-width: 100%;
    }
}
