.imagebox {
    margin: 0 auto var(--space-6);
    max-width: 1200px;
}
.imagebox .slide-title {
    font-family: var(--georgia);
    font-size: var(--text-2xl);
}

.imagebox .block-btn>a {
    text-transform: lowercase;
    text-decoration: none;
    color: var(--blue);
}

.imagebox .block-btn>a:hover {
    color: var(--blue);
}

.imagebox .block-image {
    position: relative;
}

.imagebox .shared-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: var(--space-16);
    width: var(--space-16);
    border-radius: 50%;
    border: 3px solid var(--white);
    font-size: var(--text-2xl);
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: var(--white);
    pointer-events: none;
}

.imagebox .block-image img {
    display: block;
    width: 100%;
    padding-bottom: 1px;
}


.imagebox .block-text {
    padding: 10px 0;
}

.imagebox .block-inner {
    position: relative;
}

.imagebox .featured {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.imagebox .featured > p {
    letter-spacing: 2px;
    font-family: var(--averta-bold);
    font-size: .867rem;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
    text-transform: lowercase;
}
