h1.entry-title {
    display: none;
}

.oom-hero-img {
    width: 100%;
    display: block;
    max-width: max-content;
    margin: auto;
}

.oom-page-wrapper p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.oom-page-wrapper {
    padding: 35px 0;
}

.oom-page-wrapper h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.oom-page-wrapper h3 {
    text-align: center;
    margin-top: 30px;
}

.yt-video {
    width: 100%;
    height: 67vw;
    max-width: 800px;
    max-height: 480px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.oom-page-wrapper .button {
    border-radius: 0;
    display: block;
    width: 100% !important;
    max-width: 500px;
    margin: 35px auto;
    background: #C3002F;
    color: #fff;
}

.oom-page-wrapper .button:hover {
    background: #980327;
}