.slider-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    text-align: center;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.slider-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.slider-img-wrapper {
    padding: 0;
    position: relative;
}

.social-icon {
    color: #404140;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: large;
    z-index: 9999999;
}

.slider-title {
    margin-top: 10px;
    margin-bottom: 0px;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .text-base {
        font-size: 1rem;
    }

    #featuredCategoriesHome {
        margin-top: 20px !important;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .text-base {
        font-size: 1rem;
    }

    #featuredCategoriesHome {
        margin-top: 20px !important;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .text-base {
        font-size: 1rem;
    }

    #featuredCategoriesHome {
        margin-top: 20px !important;
    }
}

.text-center-mobile {
    text-align: left;
}

@media (max-width: 768px) {
    .text-center-mobile {
        text-align: center;
    }

    .padding-bottom-20-mobile {
        padding-bottom: 20px;
    }

    .slider-link {
        height: auto;
    }

    .slider-img {
        width: 100%;
        height: auto;
    }
}

#boxvendiconnoi {
    position: relative;
    min-height: 450px;
    background-image: url('../images/vendi-con-noi.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
}

#boxautentiche {
    position: relative;
    min-height: 450px;
    background-image: url('../images/autentiche.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
}