.telVideo1 {
  background-image: url(../img/poster-complylaw-video-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.telVideo2 {
  background-image: url(../img/poster-complylaw-video-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.telVideo .m-t-c20 {
  margin-top: 20%;
}
.telVideo a span.f4em {
  font-size: 4em;
}



.year_title {
  background: #43a9e4;
  padding: 10px;
  display: block;
  color: white;
  font-size: 1.1em;
  margin-bottom: 20px;
}

.year_news {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.novedades_item {
  margin: 12px;
}
.novedad_portada img {
  border: solid 1px #e8e8e8;
  transition: all 0.3s ease-in-out;
}
.novedad_portada img:hover {
  box-shadow: 0 0 13px 1px gainsboro;
}


@media all and (max-width: 450px) {
  .year_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
  }
}