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


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

    .ih-image {
        background-size: auto;
        background-position-x: 15%;
        background-position-y: 50%;
    }
    .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 5vh 1.9vh 1vh;
    }
    ul.tabs::after {
        content: "\f078";
        top: 3.2vh;
    }
    .left-tabbed-box {
        margin-left: 10px;
        margin-right: 10px;
    }

}
@media screen and (max-width: 550px) {
    .ih-image {
        background-position-x: 30%;
    }
}