#n {
    height: 55px;
}

nav {
    display: none;
}

#t {
    overflow: visible;
}

h2, .sottotitoli {
    display: block;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

p.image-center {
    width: calc(100% - 20px) !important;
    position: relative;
    overflow: visible;
    margin: 150px 0 0 0;
}

.img_desc {
    display: block;
    position: absolute;
    font-size: 29px;
    line-height: 40px;
    background-color: #ffed00;
    color: #000000;
    right: -80px;
    top: 0;
    padding: 40px 80px 70px 30px;
    margin-top: -150px;
    width: 321.5px;
}

.boldFotoDida {
    clear: both;
    font-size: 16px;
    line-height: 28px;
    color: #969696;
    margin-top: 25px;
    margin-bottom: 40px;
    width: calc(100% - 20px);
    text-align: right;
    padding-right: 20px;
}

.boldCover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    padding-top: 55px;
    top: 0;
    left: 0;
    height: calc(100% - 60px);
    min-height: 300px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .boldCover {
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        padding-top: 0px;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
    }

}