@media screen and (max-width: 1200px) {
    .gallery .grid .grid-item {
        width: 49%;
    }
    .gallery .grid-item-title {
        bottom: unset;
        position: relative;
        text-shadow: none;
        color: black;
        padding: 0px;
    }
}

@media screen and (max-width: 480px) {
    .gallery .grid .grid-item {
        width: 100%;
    }
    .chi-sono-img {
        margin: 0px auto 20px;
        float: none;
        display: block;
        width: 100% !important;
    }
}