.seoc-slider {
    position: relative;
    color: #fff;
}
.seoc-slider-text-overlay {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
    width: 35%;
    background-color: #d4021d;
    mix-blend-mode: multiply;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.seoc-slider-text {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 2;
    width: 35%;
}
.seoc-slider-text-inner {
    padding: 13% 11% 13% 28%;
}
.seoc-slider-text img {
    margin-bottom: 20px;
}
.seoc-slider-text h1 {
    font-size: 43px;
    line-height: 1.1;
    text-shadow: 3px 0 3px rgba(0, 0, 0, 0.16);
    margin: 0;
}
.seoc-slider-text p {
    margin: 20px 0 0;
    font-size: 20px;
}
.seoc-slider-images {
    margin-left: 130px;
}
.seoc-slider-images figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-nav {
    margin-top: 20px;
    display: flex;
    position: relative;
    z-index: 1;
}
.slider-arrow {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../images/slide-arrow.png) no-repeat;
}
.slider-prev {
    margin-right: 10px;
    transform: rotate(180deg);
}
.slider-next {
    margin-left: 10px;
}
.slider-dots {
    display: flex;
}
.slider-dots button {
    background: none;
    box-shadow: none;
    border-color: #fff;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin: 0 10px;
    cursor: pointer;
}
.slider-dots button.active, .slider-dots button:hover {
    background-color: #fff;
}
@media only screen and (max-width: 1024px) {
    .seoc-slider-text, .seoc-slider-text-overlay {
        width: 70%;
        top: 50px;
    }
    .seoc-slider-text-inner {
        padding: 11%;
    }
    .seoc-slider-text h1 {
        font-size: 30px;
    }
    .seoc-slider-text p {
        font-size: 18px;
    }
    .seoc-slider-images {
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    .seoc-slider-text, .seoc-slider-text-overlay {
        width: 80%;
    }
    .seoc-slider-text h1 {
        font-size: 25px;
    }
    .seoc-slider-text p {
        font-size: 16px;
    }
}