.dummy-class {
    background-color: #532828;
    padding: 10px;
    border-radius: 5px;
}
.notizia-header {
  background-color: #E9EEF6;
}
.notizia-categoria {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #B61F16;
}
.notizia-data {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.notizia-data .notizia-data_label {
  font-weight: 700;
}
.notizia-data .notizia-data_data {
}
@media (max-width: 767px) {
    .immagine-copertura-wrapper {
        padding-left: 0;
    }
}
.field--name-field-media-oembed-video .media-oembed-content {
    height: 545px;
    width: 100%;
}
.paragraph--type--gallery .paragraph--type--gallery-item .figure.img-full img {
    min-height: 225px;
}