
.left-align-slick > .slick-list > .slick-track {    
    margin-left:0;
}
.row.vertical-divider {
    overflow: hidden;
}

.row.vertical-divider > div[class^="col-"] {
    text-align: center;
    /* padding-bottom: 100px;
    margin-bottom: -100px; */
    border-left: 0.5px solid #000000;
    border-right: 0.5px solid #000000;
}

.row.vertical-divider div[class^="col-"]:first-child {
    border-left: none;
}

.row.vertical-divider div[class^="col-"]:last-child {
    border-right: none;
}

.articoli-vedi-tutti-square{
    background-image: url('/img/public/1000_default_articoli.png'); 
    background-repeat: no-repeat; 
    background-size: contain;
}


@media (max-width: 575.98px), /* Extra small devices (portrait phones, less than 576px) */
     (min-width: 576px) and (max-width: 767.98px) /* Small devices (landscape phones, 576px and up) */
{
    .row.vertical-divider div{
        border-left: none !important;
        border-right: none !important;
    }

    .ig-img{
        flex-grow: 1;
        width: 50%;
    }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .row.vertical-divider div{
        border-left: none !important;
        border-right: none !important;
    }

    .ig-img{
        flex-grow: 1;
        width: 50%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
