.page-template-custom-museo-anfibio .page-title {
  background-image: url("/wp-content/uploads/anfibio-banner.jpg");
  height: 490px;
  position: relative;
}

.page-template-custom-museo-anfibio .page-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
    z-index: 1;
}

.page-template-custom-museo-anfibio .page-title img {
  height: 350px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
}
.page-template-custom-museo-anfibio .entry-content.row {
    max-width: 960px;
}