
.mobile_image {
    display: none;
}
.internal-content-page .max-width-container-custom-block {
    max-width: calc(100% - 40px);
}

@media only screen and (max-width: 992px){

    .internal-content-page .vh-block {
        height: auto;
    }

    .internal-content-page .max-width-container-custom-block {
        max-width: 1100px;
    }

    .internal-content-page .mobile_image {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .internal-content-page .vh-cell {
        padding-top: 15px;
        padding-bottom: 15px;
        background: none !important;
    }

    .internal-content-page .vh-content {
        max-width: 1100px;
    }

    .internal-content-page .scroll-down {
        display: none;
    }


    .internal-content-page .vh-content.vh-text,
    .internal-content-page .vh-content.vh-text *,
    .internal-content-page .vh-content.vh-text h1,
    .internal-content-page .vh-content.vh-text h2 {
        text-shadow:    none;
    }
    .internal-content-page .vh-content,
    .internal-content-page .vh-content * {
        text-align: left;
    }
    .internal-content-page .vh-content h2,
    .internal-content-page .vh-content h1 {
        text-align: left;
    }

}










