
.ih-image {
    background-size: auto 100%;
}


@media screen and (max-width: 768px) {

    .ih-image {
        background-size: auto;
        background-position-x: 10%;
    }

    .tab-link.active::after {
        content: none;
    }
    ul.tabs {
        border-left: 5px solid #eeb528;
        padding: 1vh 3px;
        margin-bottom: 20px;
    }
    ul.tabs li {
        padding: 1.9vh 10px;
    }
    ul.tabs::after {
        content: "\f078";
        top: 3.2vh;
    }

}