.imagebox .inner {
    display: block;
    max-width: 570px;
    margin: 10px auto;
    padding: 0 15px;
}

.panel-two-col.even .imagebox .inner {
    padding: 0;
}

.imagebox .inner .img-cont {
    position: relative;
    margin-bottom: 12px;
}

.imagebox .img-cont .shared-play-button {
    width: 60px;
    height: 60px;
    line-height: 57px;
    font-size: 26px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}

.imagebox .img-cont .shared-play-button img {
    position: absolute;
    left: -5%;
    top: -5%;
	transform: scale(1.1);
	z-index: 1;
}
.imagebox .inner .content-section > a{
    position: relative;
}
.imagebox .inner .content-section h2 {
    font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1024 - 320)));
    letter-spacing: 0.45px;
    line-height: 1.2;
    font-weight: bold;
    color: #007483;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
}

.imagebox .inner .content-section h2 a {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    font-weight: inherit;
}

.imagebox .inner .content-section p {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1024 - 320)));
    line-height: 1.4;
    color: #333333;
    font-weight: 600;
    margin-bottom: 12px;
}

.imagebox .inner .custom-button {
    display: flex;
    margin-bottom: 20px;
}

.imagebox .inner .custom-button .button-link {
    padding: 9px 14px 9px 22px;
}


.imagebox .inner .custom-button .button-link i {
    position: relative;
    bottom: 2px;
    font-size: 8px;
    display: inline-block;
    margin-left: 5px;
}

@media(min-width: 1025px) {
    .imagebox .inner .content-section h2{
        font-size: 35px;
        line-height: 39px;
        letter-spacing: 1.2px;
        font-weight: normal;
        margin-bottom: 12px;
    }

    .imagebox .inner .content-section p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .imagebox .inner .custom-button .button-link {
        padding: 10px 12px 10px 24px;
    }

    .imagebox .inner .custom-button .button-link:hover {
        padding-right: 5px;
    }

}
