@media (max-width: 576px) {
    .card-img-wrapper {
        width: .0px;
    }
}

@media (min-width: 992px) {
    .card-img-wrapper {
        width: 80px;
    }
}

@media (max-width: 991.98px) {
    img {
        width: 30px;
        height: auto;
    }

    #sidebar {
        top: 0;
        height: 100vh;
        transform: translateX(-100%);
        width: 220px;
        z-index: 1050;
        padding-right: 1rem;
    }

    #sidebar.show {
        transform: translateX(0);
    }

    #content {
        margin-left: 0 !important;
        margin-top: 56px;
    }

    #overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1045;
    }

    #overlay.show {
        display: block;
    }
}