.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

blockquote footer:before {
    content: none;
}

.img-eventi {
    max-height: 285px;
    object-fit: contain;
}

.widget-posts-img {
    height: 65px;
    max-height: 65px;
    width: 100px;
    max-width: 100px;
    object-fit: cover;
}

.link-acquisto {
    list-style-type: none;
    padding-left: 0px;
}

.link-acquisto li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.word {
    font-size: 60px !important;
}

.stack-images-1 {
    max-width: 70%;
    position: absolute;
    top: -10px;
    right: -10px;
}

.stack-images-2 {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    z-index: 2;
}

.stack-images-3 {
    max-width: 70%;
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: 3;
}

.mlibro {
    margin-top: 0;
}

#alertsArea {
    position: absolute;
    z-index: 10000;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    width: 100%;
}

.post-prev-img img {
    max-height: 280px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #e5e5e5;
}

.post-prev-img iframe {
    max-height: 275px;
    border: 1px solid #e5e5e5;
}

.post-prev-container {
    width: 100%;
}

.work-item iframe {
    max-height: 255px !important;
    width: 100% !important;
}

.work-descr,
.work-descr a {
    color: #757575;
}

.post-prev-categoria {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    color: #757575;
}

@media (max-width: 576px) {

    .mlibro {
        margin-top: 1rem;
    }

    .w-sm-100-only {
        width: 100% !important;
    }

    .word {
        font-size: 50px !important;
    }

    .post-prev-categoria {
        padding-left: 20px;
        padding-right: 40px;
        padding-top: 40px;
        color: #757575;
    }
}