@media (max-width: 767px) {
    body {
        margin-top: 0;
        background: none;
    }

}

@media (min-width: 768px) {
    body {
        background: none;
    }
}

@media (min-width: 992px){

    body {
        background: url(../img/background/black_label_top_area.png) center top no-repeat
    }

    .main_area {
        height: 450px;
        padding: 60px 0 0;
        position: relative;
        color: #fff;
    }

    .bottom-align-text {
        position: absolute;
        bottom: 60px;
        right: 0;
    }
}

.page_banner_img{
    background: url(../img/background/black_label_top_area.png) center top no-repeat;
    background-size: cover;
    min-height: 300px;

}
