
@media (min-width: 1025px) {
    .contentRender_name_plugins_collections_template_custom_imagebox{
        width: calc(100% - 110px);
        margin-left: auto;
    }

    .two-col-panel .contentRender_name_plugins_collections_template_custom_imagebox{
        width: 100%;
        margin: 0;
    } 
}

.image-box {
    position: relative;
    width: 100%;
    max-width: 582px;
    margin: 0 auto 30px;
    padding: 0 20px;
}

@media (min-width: 40.063em) {
    .image-box {
        padding: 0;
    }
}
.two-col-panel .image-box {
    padding: 0;
}

.image-box:not(.image-box-alt-2):not(.image-box-alt){
    margin-bottom: 50px;
}

/* full bleed image box inside two-col panel */ 

.image-box a.video-cont{
    position: relative;
    display: block;
}

.image-box img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.image-box .content {
    position: relative;
    padding: 10px 20px 12px;
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.13);
    background-color: #fff;
}

.image-box .title{
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 24px;
    font-family: var(--font-display-alt);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--red);
    width: 85%;
}

.image-box .text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.image-box .link-cont {
    position: absolute;
    top: -34px;
    right: 36px;
}



@media only screen and (min-width: 1025px) {
    .image-box {
        max-width: 582px;
    }
}

@media only screen and (min-width: 1480px) {
    .image-box {
        max-width: 582px;
    }

    .image-box .content {
        position: absolute;
        left: -35px;
        width: 72%;
        bottom: -20px;
    }

    .image-box .content::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 24px;
        background-color: var(--red);
    }

    .image-box .content {
        padding: 10px 60px 12px 55px;
    }

    .image-box .link-cont {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -34px;
    }
}

/* Image box alt */
.image-box-alt {
    position: relative;
}

.image-box-alt .content {
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.13);
    background-color: var(--red);
}

.image-box-alt .content {
    padding: 13px 20px;
    margin-top: -42px;
}

.image-box-alt .content::after {
    display: none;
}

.image-box-alt .content .title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    font-family: var(--font-display-alt);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--off-white);
}

@media only screen and (min-width: 768px) {
    .image-box-alt .content .title a {
        font-size: 24px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 1025px) {
    .image-box-alt {
        margin-bottom: 90px;
    }
}

@media only screen and (min-width: 1440px) {
    .image-box-alt {
        padding-bottom: 40px;
    }

    .image-box-alt .content {
        position: absolute;
        z-index: 2;
        margin-top: 0;
        top: 318px;
        left: auto;
        bottom: auto;
        width: 470px;
        right: 28px;
        padding: 28px 32px;
    }
}

.image-box.image-box-alt-2 {
    width: 100%;

    margin-bottom: 20px;
}

.image-box.image-box-alt-2 .img-cont {
    position: relative;
    margin-bottom: 12px;
}

.image-box.image-box-alt-2 .img-cont::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 15px;
    background-color: var(--red);
}

.image-box.image-box-alt-2 .content {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 0;
    box-shadow: none;
}

.image-box.image-box-alt-2 .content::after {
    display: none;
}

.image-box.image-box-alt-2 .title{
    font-size: 24px;
    line-height: 24px;
    font-family: var(--font-display-alt);
    text-transform: uppercase;
    font-weight: 900;
    color: var(--dark-grey);
}

.image-box.image-box-alt-2 .content p {
    font-size: 16px;
    line-height: 24px;

}

.two-col-panel .image-box.image-box-alt-2 .content p {
    margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {

    .image-box.image-box-alt-2 .content {
        padding: 0 10px;
    }
}


@media only screen and (max-width: 640px) {
    .image-box .round-btn{
        width: 50px;
        height: 50px;
    }

    .image-box .round-btn .icon{
        font-size: 20px
    }
}
.image-box .video-cont .play-btn {
    position: absolute;
    z-index: 10;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: rgba(5, 7, 8, 0.8);
    display: block;
    opacity: 0.8;
}
.image-box .video-cont .play-btn i {
    color: var(--off-white);
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}
@media(min-width: 640px){
    .image-box .video-cont .play-btn {
        width: 73px;
        height: 73px;
    }
}