.video-box-widget {
    margin: 0 auto 40px;
    max-width: 1190px;
    padding: 0 15px;
}

.video-box-widget .slide {
    margin-bottom: 40px;
}

.video-box-widget .img-cont {
    margin-bottom: 25px;
    position: relative;
}

.video-box-widget .img-cont img {
    width: 100%;
}

.video-box-widget .left-side .slide:nth-child(2n) .img-cont {
    order:1;
}
.video-box-widget .right-side .slide:nth-child(2n+1) .img-cont {
    order:1;
}

.video-box-widget h4,
.video-box-widget h4 a {
    color: #141414;
    font-size: 30px;
    font-family: 'Titling-Gothic-fb-skyline', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 8px;
}

.video-box-widget h4 a:hover {
    text-decoration: none;
}

.video-box-widget h6 {
    color: #141414;
    font-size: 18px;
    font-family: 'franklin-gothic-urw', sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    margin-bottom: 15px;
}

.video-box-widget p {
    color: #141414;
    font-size: 18px;
    font-family: 'franklin-gothic-urw', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.video-box-widget a.read-more {
    color: #141414;
    font-family: 'franklin-gothic-urw', sans-serif;
    font-style: italic;
    font-size: 15px;
    letter-spacing: 0.7px;
    font-weight: 400;
    border: 2px solid #141414;
	padding: 5px 50px;
	position: relative;
}

.video-box-widget a.read-more:hover {text-decoration: none;}

.video-box-widget a.read-more::after {
    content: "";
    display: block;
    background-color: #f15d22;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    transition: top .5s, left .5s;
}

.video-box-widget a.read-more:hover::after {
	top:0px;
	left:0px;
}


@media ( min-width: 40em) {
    .video-box-widget .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .video-box-widget .img-cont {
        flex-basis: 38.6%;
        margin-right: 50px;
    }

    .video-box-widget .left-side .slide:nth-child(2n) .img-cont {
        margin-left: 50px;
        margin-right: auto;
    }

    .video-box-widget .right-side .slide:nth-child(2n+1) .img-cont {
        margin-left: 50px;
        margin-right: auto;
    }

    .video-box-widget .content-section {
		flex: 1;
	}
	
	.video-box-widget .content-section.center-content {
		margin-top: -32px;
	}
}

@media ( min-width: 64em ) {
    .video-box-widget h4,
    .video-box-widget h4 a {
        font-size: 60px;
        margin-bottom: 0;
    }

    .video-box-widget h6 {
        font-size: 35px;
    }

    .video-box-widget p {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .video-box-widget a.read-more {
        padding: 7px 100px;
        font-size: 20px;
        border: 3px solid #141414;
	}

	.video-box-widget .content-section.center-content {
		margin-top: -45px;
    }
}
