.custom_imagebox_horizontal {
    max-width: 1026px;
    margin: 0 auto !important;
}
.custom_imagebox_horizontal .image {
    background-size: cover !important;
    padding: 0 !important;
}
.custom_imagebox_horizontal .image img {
    width: 100%;
    visibility: hidden;
    height:100%;
}

.custom_imagebox_horizontal .text {
    padding: 0;
    padding: 0 1rem 0 2rem;
    margin-bottom: 1.4rem;
    max-width: 100%;
}
.custom_imagebox_horizontal .custom_imagebox_horizontal_inner{
    overflow:hidden;
}
.custom_imagebox_horizontal .text .title {
    font-size: 4.5rem;
    font-family: 'expressway';
    font-weight: bold;
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 4rem;
    text-transform: uppercase;
    padding-top: 1.4rem;
    margin-left: 2.25rem;
    max-width: 80%;
}
.custom_imagebox_horizontal .text .description {
    font-family: "expressway", serif;
	font-weight: 500;
    line-height: 2.4rem;
    font-size: 2rem;
    padding: 0.25em 1em .75em 0;
    margin: 0;
    min-width: 95%;
    margin-left: 2.25rem;
}
.custom_imagebox_horizontal .text a {
    text-transform: uppercase;
    margin-left: 2.25rem;
}
.custom_imagebox_horizontal .text a:hover {}
.custom_imagebox_horizontal .text a .linkText {
    padding: 10px 45px;
    width: auto;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 1rem;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
@media only screen {
    .custom_imagebox_horizontal .text {

    }
    .custom_imagebox_horizontal .text .title {
        font-size: 2.5rem;
        padding: 0;
        line-height: 2rem;
        padding-top: 1.75rem;
        max-width: 80%;
        margin-bottom: .5rem;
        margin-left: 0;
    }
    .custom_imagebox_horizontal .text .description {
        line-height: 1.7rem;
        font-size: 1.5rem;
        margin-left: 0;
    }
    .custom_imagebox_horizontal .text a {
        margin-left: 0;
    }
}

@media only screen and (min-width: 64em) {
    .custom_imagebox_horizontal {
        max-height: 350px;
        overflow: hidden;
    }
    .custom_imagebox_horizontal .text {
        margin-bottom: 0;
        min-width: 50%;
        overflow: hidden;
    }
    .custom_imagebox_horizontal .text .title {
        font-size: 3.5rem;
        font-family: 'expressway';
        font-weight: bold;
        padding: 0;
        position: relative;
        line-height: 3.1rem;
        text-transform: uppercase;
        padding-top: 1.75rem;
        max-width: 98%;
        margin-bottom: 0;
    }
    .custom_imagebox_horizontal .text .description {
        min-width: 100%;
        line-height: 1.5rem;
        font-size: 1rem;
    }

} 
@media only screen and (max-width: 1024px) {
 .row .custom_imagebox_horizontal.row { 
        overflow-x: hidden; 
        max-width: 480px;
        margin:0 auto;
    }
}

.collections_template_custom_related_content .videoWrapper,
.collections_template_custom_related_content .videoWrapper iframe {
    width: 100%;
}