.cover-desk {
        display: block !important;
    }

.cover-mobile {
  display: none !important;
}

@media (max-width: 760px) {
    .arte-column-s {
        margin-left: 0px !important;
    }

    .cover-desk {
        display: none !important;
    }

    .cover-mobile {
        display: block !important;
    }

}

.arte-content video {
  width: 100%;
}

.arte-content img {
    width: -webkit-fill-available !important;
}

.arte-photo img {
  -webkit-filter: saturate(33%);
          filter: saturate(33%);
  border-radius: 8px;
}

.arte-photo figcaption {
  padding: 8px;
  font-size: 75%;
  opacity: .5;
  text-align: left;
}

.arte-cover figcaption {
  display: none;
}

@media (min-width: 640px){
.arte-split>[class*="arte-column"]+[class*="arte-column"] {
    padding-left: 30px;
	}
}

#cover {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-position: center;
}


.arte-split figure.uva-graphic[style] {
  margin: 0 auto !important;
}

[data-contains="graphic"] {
  width: 100%;
}

.autor, .data {
    text-align: center !important;
}

.row.topo-full img {
  max-width: 100% !important;
}
