.visible-mobile {
    display: none !important;
}

@media (max-width: 576px) {
    .visible-mobile {
        display: inline !important;
    }

    .hidden-mobile {
        display: none !important;
    }
}

.portal-landing-image img {
    background-size: 100%;
    height: auto;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
}