@media screen and (max-width: 767px) {
    #homepage-image .vt-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #header-inner {
        width: 98%; /*?*/
        width: 100%;
    }

    #header-left {
        width: 90%;
        border-right: none;
        text-align: center;
    }

    #header-left img {
        margin: 10px 0;
        width: 50%;
    }

    #header-right {
        width: 8%;
        display: flex;
    }

    .header-expanded {
        margin-top: 0;
        transition: none;
    }
    #vt-wrapper {
        padding-top: calc(0.123vw + 86px);
    }
    .vt-readmore {
        position: relative;
        bottom: inherit;
        left: inherit;
        margin-left: 0;
    }
    .vt-program {
        height: 230px;
    }
    #vt-partners img {
        margin: 16px 8px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header-inner {
        width: 98%;
    }
    #vt-wrapper {
        padding-top: calc(0.123vw + 166px);
    }
    #homepage-image .vt-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .vt-readmore {
        position: relative;
        bottom: inherit;
        left: inherit;
        margin-left: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vt-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .vt-2cols {
        column-count: 2;
        column-gap: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .vt-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .vt-2cols {
        column-count: 2;
        column-gap: 120px;
    }
}
.grid-gallery .image {
    height: 260px;
    max-width: 99%;
    max-height: 99%;
}
.grid-gallery .image figure,.grid-gallery .image figure img {
    max-width: 99%;
    max-height: 99%;
}
