.style-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.style-list li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    background-color: #e9e9e9;
    cursor: pointer;
}

.style-list li:nth-of-type(3n){
    margin-right: 0;
}

.style-list li img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.modaal-gallery-item img{
    max-height: 80vh;
    transform: translateY(50px);
}

.modaal-container {
    background: transparent;
}

@media only screen and (max-width: 767px){
    .style-list li{
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
    }
    
    .style-list li:nth-of-type(3n){
        margin-right: 3%;
    }

    .style-list li:nth-of-type(2n){
        margin-right: 0;
    }

    .style-list{
        margin-bottom: 20px;
    }
}