#main {
    position: relative;
}

.vignette {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(black, transparent 30%);
}

.accordion-item {
    border: none !important;
}

.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: var(--purple) !important;
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 576px) {
    #main {
        height: 40vh;
    }
    
    #main > img {
        height: 100%;
        object-fit: cover;
    }
}
