.seoc-carousel {
    padding: 0 40px;
}
.seoc-carousel figure {
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.seoc-carousel a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-decoration: none;
}
.seoc-carousel figure:hover a {
    background-color: rgba(0, 0, 0, 0.5);
}
.seoc-carousel h3 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.seoc-carousel figure:hover h3 {
    display: block;
}
.seoc-carousel img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.seoc-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.seoc-carousel .owl-nav button {
    box-shadow: none;
    border: none;
    border-radius: 0;
    position: absolute;
    outline: none;
    transform: translateY(-50%);
}
.seoc-carousel .owl-prev {
    left: 0;
}
.seoc-carousel .owl-next {
    right: 0;
}
.seoc-carousel .owl-nav button.disabled {
    opacity: 0;
}
.seoc-carousel .owl-nav button::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #f0f0f1;
}
.seoc-carousel .owl-prev::before {
    content: '\f0a8';
}
.seoc-carousel .owl-next::before {
    content: '\f0a9';
}
.seoc-carousel .owl-nav span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
@media only screen and (max-width: 768px) {
    .seoc-carousel figure {
        height: 370px;
    }
}
@media only screen and (max-width: 650px) {
    .seoc-carousel figure {
        height: 280px;
    }
}