#galeria {
  background: url('/nd_img/eventos/galeria-banner.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
}

#textGaleria {
  color: rgb(253, 183, 10);
  font-size: 40px;
}

#infoGaleria {
  color: white;
}

.containerPhoto img {
  /*-webkit-clip-path: polygon(8% 0%, 0% 11%, 0% 92%, 5% 99%, 91% 100%, 99% 91%, 100% 7%, 92% 0%);
  clip-path: polygon(8% 0%, 0% 11%, 0% 92%, 5% 99%, 91% 100%, 99% 91%, 100% 7%, 92% 0%);*/
  width: 200px;
  height: 200px;
  border: solid 2px black;
}

.containerPhoto img:hover {
  /*-webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);*/
  border: solid 2px blue;
}

.containerPhoto:hover {}

@media (max-width:767px) {
  #infoGaleria {
    font-size: 24px;
    text-align: center;
  }
}

@media (min-width:768px) {
  #infoGaleria {
    font-size: 30px;
    text-align: center;
  }
}
