body {
   margin: 0;
   padding: 0;
   min-width: 100vw;
   min-height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
   background: url(../img/bg-page.jpg) no-repeat scroll center center;
   background-size: cover;
}

.velorio {
   display: flex;
   height: 100%;
   width: 100%;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}

.velorio > div {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}

.velorio h1 {
   margin-top: 20px;
   font-size: 20px;
   text-align: center;
   margin-bottom: 20px;
}

iframe {
   border: 0 !important
}

@media(max-width:690px){
    .velorio iframe{
        width: 95%!important;
        height: 500px!important;
    }
}