
@media only screen and (min-width: 500px) {
    .internal-banner {
        height: 360px;
        max-height: 360px;
    }
    iframe {
        max-width: 100%;
    }    
}
.sector-banner .tabs li {
    display: none;
}
.tabs.wrap{
    margin-bottom: 25px;
}
.sector-banner.links-slider li{
    display: block;
}

.homepage-grid-list.v2 .row li .image {
    background-size: contain;
    min-height: unset;
    position: unset;
}