/* <<<<< LAYOUT >>>>> */
body {
    padding: 0;
    margin: 0;
}

DIV.contest-form {
    padding: 0;
}

.contest-footer, .contest-content, .contest-separator {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.contest-form-left, .contest-form-right, .contest-form-fullscreen {
    height: 100%;
}

.contest-image {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover;
    line-height: normal;
    height: 100%;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    -webkit-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
}

.contest-image-wrapper {
    height: 220px;
    outline: none;
}

.contest-image .expired-overlay {
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 40px;
    height: 140px;
    max-width: 1280px;
    outline: none;
}

.contest-content-wrapper {
    padding-top: 1rem;
}

@media screen and (max-width: 960px) {
}

@media screen and (min-width: 960px) {
    .contest-image-wrapper {
        height: 440px;
    }

    .contest-image {
        background-size: auto 100%;
    }

    .contest-image .expired-overlay {
        height: 380px;
        top: 30px;
    }
}

@media screen and (min-width: 1280px) {
    .contest-image-wrapper {
        height: 500px;
    }

    .contest-image .expired-overlay {
        height: 420px;
        top: 40px;
    }
}