.content-wrapper.home-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: center / cover no-repeat url(http://sloppysanta.com/wp-content/uploads/2021/12/home-bg.jpg);
}.video-wrapper {
    width: 1000px;
    max-width: 100%;
}a.btn {
    display: inline-block;
    background: #f51810;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 5px;
    margin-top: 25px;
}a.btn:hover {
    background: green;
}form.post-password-form {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20vh;
}a.last-year {
    color: #ffffff;
    text-decoration: underline;
    display: block;
    margin-top: 25px;
}a.last-year:hover {
    color: #f51810;
}.home-content h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 67px;
    text-transform: uppercase;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, .6);
}.video-wrapper.linko-content ol li {
    color: #ffffff !important;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 25px;
}.video-wrapper.linko-content ol li a {
    color: #550f1a;
}.home-content a {
    font-size: 20px;
    text-decoration: underline;
    color: #000000;
}