.outdated {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 170px;
    text-align: center;
    text-transform: uppercase;
    z-index:1500;
    color: #fff;
}
.outdated_heading {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px;
}
.outdated_text {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}
