.page-template-aniversario #page {
    position: relative;
    z-index: 10;
}
main > section {
    margin: 50px 0;
  }
  main > section header > h2 {
    font-weight: 900;
    font-style: italic;
    color: #255c80;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
    margin: 0 auto 25px;
    display: block;
  }
  main > section header > h2:after {
    content: "";
    position: absolute;
    left: calc(50% - 100px);
    bottom: 0;
    width: 200px;
    height: 2px;
    background-color: #0581c4;
  }
  
  .video-aniversario p,
 .pdf-aniversario p {
    width: 75%;
    margin: 20px auto;
  }
  .video-aniversario iframe {
    width: 75%;
    margin: 0px auto;
    margin-top: 50px;
    display: block;
    min-height: 750px;
  }
  
  .pdf-aniversario {
    margin-bottom: 150px !important;
  }
  .pdf-aniversario a {
    display: inline-block;
    width: auto;
    margin: 0px auto;
    text-align: center;
    padding: 20px 50px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0581c4;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    font-size: 1.25em;
  }
  .pdf-aniversario a:hover {
    color: #0581c4 !important;
    background-color: #fff;
  }
  .cabecera h1 {
      visibility: hidden;
  }
  
  
@media(max-width:1100px){
  
  main > section header > h2{width:100%;}
  
  .video-aniversario p {   width: 100%;  }
  
  .video-aniversario iframe {
    width: 100%;
    min-height: 500px;
  }
}



@media(max-width:800px){
  .video-aniversario iframe {
    min-height: 400px;
  }
} 

  .btn-galeria {
    display: inline-block;
    width: auto;
    margin: 0px auto;
    text-align: center;
    padding: 20px 50px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0581c4;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    font-size: 1.25em;
  }


@media (max-width: 600px) {
  .page-template-aniversario .cabecera figure {
    height: 250px;
  }
}