.utili{
    margin-bottom: 4rem;
    width: 100%;
    border-spacing: 0.4rem;
    position: relative;
}

.utili .utile{
    height: 16.8423rem;
    position: relative;
}

.utili a{
    display: inline-block;
}

.utili a:first-child{
    margin-left: 0;
    margin-bottom: 0.2rem;
}

.utili a:last-child{
    margin-right: 0;
}

.utile .copertina{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-image: url("../images/test_layout_07/noi.jpg");
}

.utile .copertina+span {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 800;
    padding: 0.5rem 0.8rem;
    position: absolute;
    margin-top: 4rem;
    margin-right: 2rem;
    top: 0;
    right: 0;
    min-width: 5rem;
    text-align: right;
    height: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    line-height: 3.5rem;
}

#dettaglio {
    color: #FFFFFF;
    background-color: #353b47;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0rem 0rem;
    border-radius: 0rem;
    border: 1px solid #353b47;
    height: 1rem;
    width: 4.35rem;
    position: absolute;
    right: 0;
    margin-right: 2.9rem;
    margin-top: -5.4rem;
    text-align: center;
}

.piede{
    display: none;
    color: #FFFFFF;
    background-color: #353b47;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0rem 0rem;
    border-radius: 0rem;
    border: 1px solid #353b47;
    height: 1rem;
    width: 4.35rem;
    position: relative;
    margin-left: 86.3%;
}

.utili>div>a {
    display: none;
}

.utili>div>a:first-child {
    display: block;
}

a._m12._d4 {
    width: 100%;
}

/* Mobile style to overwrite the desktop style */
@media only screen and (max-width: 1019px) and (min-width: 0px) {
    .utili {
        overflow-x: hidden;
    }

    .utili a {
        display: block;
        float: left;
    }

    .utile .copertina + span {
        height: auto;
        line-height: 2rem;
        position: absolute;
        background-color: transparent;
        font-size: 1.4rem;
        margin-top: 5rem;
        right: 0;
        margin-right: 0.5rem;
    }

    .utili .arrow {
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #3E3E3E;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 0.5rem 0.1rem;
        font-size: 2.5rem;
        width: 2.5rem;
        color: #1C7CBF;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .utili .arrow-left {
        left: 0;
    }

    .utili .arrow-right {
        right: 0;
    }
}
@media only screen and (max-width: 1038px) {
    .utili div, .utili div a{
        width: 100% !important;
    }
}