.enter-wrap-holder {
    position:absolute;
    width:100%;
    height:100%;
    z-index:10;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.enter-wrap .btn{
    background-color:rgba(243,41,41,0.8);
    border:none;
    display:block;
}
.enter-wrap .btn:hover{
    background-color:rgba(0,0,0,0.9);
}
.enter-wrap h1 {
    font-size:5.0em;
    line-height:60px;
    text-transform:uppercase;
    /*font-weight: bold;*/
    color:#fff;
    text-align:center;
    display:inline-block;
}
.enter-wrap .enter-wrap__title {
    width:fit-content;
    margin-bottom:40px;
}
.enter-wrap h4 .btn {
    font-size:0.8em;
}
.enter-wrap h4 {
    display:flex;
    text-transform:uppercase;
    letter-spacing:2px;
}

/* Desktop */
@media only screen and  (max-width:1036px) {
    .enter-wrap-holder h1 {
        line-height:42px;
        font-size:4em;
    }
}

/* Tablet */
@media only screen and  (max-width:756px) {
    .enter-wrap-holder h1 {
        line-height:42px;
        font-size:3em;
    }
    .enter-wrap .enter-wrap__title {
        margin-bottom:10px;
    }
}

/* Mobile */
@media only screen and  (max-width:540px) {
    .enter-wrap-holder h1 {
        line-height:42px;
        font-size:3.2em;
    }
    .enter-wrap .enter-wrap__title {
        margin-bottom:0;
        width:100%;
    }
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio:2) {
}