.apg_category_image {
    background: #ffffff no-repeat center center;
    background-size: contain;
    min-height: 550px;
    max-height: 1200px;
}

.apg_category_description {
    /*border-top: 1px solid #D9D9D9;*/
    border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 770px) {
    .apg_category_image {
        min-height: 450px;
        max-height: 750px;
        margin-top: 10px;
    }

    .apg_category_description {
        margin: 10px 0px;
    }
}

@media screen and (max-width: 425px) {
    .apg_category_image {
        min-height: 250px;
        max-height: 750px;
    }
}