.overlay {
    background-color: rgba(42, 44, 57, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner-background {
    background-size: cover;
    background-position: center center;
}

.details .nav-link.active i{
    color: #fff !important;
}