@media(min-width:1200px){
    .sv-col.left .imagebox {
        margin-left: -15px;
    }

    .sv-col.right .imagebox {
        margin-right: -15px;
    }
}

.imagebox {
    margin-bottom: 50px;
}

.imagebox .slide {
    margin-bottom: 10px;
}

.imagebox .inner {
    max-width: 600px;
    margin: 10px auto 0 auto;
}

.imagebox .img-cont {
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.imagebox .img-cont img {
    width:100%;
}
.imagebox .img-cont .shared-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.imagebox .shared-play-button i {
    color: #fff;
    font-size: 75px;
}

.imagebox .inner .content-section {
    padding-left: 5px;
    padding-top: 3px;
}

.imagebox .content-section .subtitle {
    text-transform: uppercase;
    color: #851a2c;
    font-size: 14px;
    line-height: 18px;
}
.imagebox .content-section .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: none;
    color: #000;
}
@media(min-width:641px){
    .imagebox .slide {
        margin-bottom: 0;
    }

    .imagebox .content-section .title {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 1.5px;
        line-height: 38px;
    }
    .imagebox .content-section .subtitle {
        font-size: 25px;
        line-height: 38px;
    }
}


.imagebox .content-section .title a {
    color: #000;
}

.imagebox .content-section .title a:hover {
    text-decoration: none;
}

.imagebox .content-section .read-more {
    color: #851a2c;
    font-size: 16px;
    font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;
    font-weight: 600;
}

.imagebox .content-section .read-more:hover {
    text-decoration: none;
    font-weight: normal;
}
@media(min-width:641px){
    .imagebox .content-section .read-more {
        font-size: 18px;
    }
}
.imagebox .content-section p {
    color: #000;
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 10px;
}
@media(min-width:641px){
    .imagebox .content-section p {
        line-height: 25px;
        font-size: 21px;
        margin-bottom: 20px;
    }
}
.imagebox .inner .content-section i {
    transform: rotate(90deg);
    font-style: normal;
    color: #981e32;
}

@media (min-width: 1025px) {
    .imagebox .content-section .read-more:hover {
        text-decoration: underline;
        font-weight: bold;
    }
}
