.home-container {
    background: transparent !important;
    height: 100vh !important;
    max-height: unset !important;
}

.home-container:before {
    content: "";
    opacity: 0.2 !important;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../../img/front/home_background.webp') no-repeat;
    background-size: cover !important;
    background-position: bottom center !important;
}

.err-content {
    position: relative;
    display: table;
    font-size: 45px;
    max-width: calc(100% - 40px);
    color: #999;
    font-weight: normal;
    text-align: center;
}

.err-content span {
    color: #595959;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
}

@media screen and (max-width : 768px) {
    .err-content {
        font-size: 45px;
    }

    .err-content span {
        font-size: 15px;
    }

    .err-content span br {
        display: none;
    }
}