.elementor-widget-seoc-carousel .tns-outer {
    position: relative;
    padding: 0 30px !important;
    text-align: center;
}
.seoc-artists img {
    border-radius: 100%;
}
.seoc-artists h3 {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.seoc-artists h3 a {
    color: #272525;
}
.seoc-artists h3 a:hover, .seoc-artists h3 a:focus {
    text-decoration: underline;
}
.seoc-artists p {
    margin: 0;
}
.seoc-artists p.artist-more {
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.seoc-artists p.artist-more a {
    color: #272525;
    display: inline-block;
}
.seoc-artists p.artist-more a::after {
    content: '';
    display: block;
    height: 3px;
    background-color: #272525;
}
.seoc-artists p.artist-more a:hover::after {
    opacity: 0;
    visibility: hidden;
}
.elementor-widget-seoc-carousel .tns-controls {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.elementor-widget-seoc-carousel .tns-controls button {
    border: none;
	padding:0;
    width: 17px;
    height: 18px;
    background: url(../images/carousel-arrow.svg);
	background-repeat:no-repeat;
}
.elementor-widget-seoc-carousel .tns-controls button[data-controls="next"] {
    transform: rotate(180deg);
}
.elementor-widget-seoc-carousel .tns-controls button[disabled] {
    opacity: 0.3;
}