.evidenza {
  width: 100%;
  height: 15vh;
  background: rgba(0, 0, 0, .0);
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evidenza a {
  text-decoration: none;
  color: var(--colorWhite);
}

.evidenza video {
  position: absolute;
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.evidenza-content {
  z-index: 2;
}

.evidenza img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.evidenza p {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  line-height: 1.2em;
  padding: 0.4em 0 0 1em;
}

@media screen and (min-width: 768px) {
  .evidenza p {
    font-size: 1.6em;
  }
}