.videoRow .row, .videoRow .container {
    width: 100%;
    padding: 0;
    max-width: 1310px;
    margin: 0 auto;
}

.videoRow .col-md-12:first-child {
	margin-bottom: 60px;
}

.videoContainer{
	visibility: hidden;
}

.videoContainer.loaded{
	visibility: visible;
}

.videoRow{
	padding-bottom:40px;
	padding-top:40px;
}

.videoRow .row p {
	font-size: 16px;
	color: #1e303a;
	line-height: 2;
	margin-bottom: 30px;
}

.videoRow .row p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.videoRow > .container > .row {
		display: flex;
		flex-wrap: wrap;
	}
	.videoRow .col-md-12 {
		width: 100%;
	}
	.videoRow .col-md-8, .videoRow .col-md-4 {
		padding: 0 30px;
	}
	.videoRow .col-md-8 {
		width: 60.66666667%;
	}
	.videoRow .col-md-4 {
		width: 39.33333333%;
	}

}	

@media screen and (min-width: 992px) {
	.videoRow .col-md-8, .videoRow .col-md-4 {
		padding: 0 60px;
	}
	.videoRow .col-md-8 {
		width: 63.66666667%;
	}
	.videoRow .col-md-4 {
		width: 36.33333333%;
	}
}

@media screen and (max-width:991px){
	.videoRow p{
		margin-bottom:32px;
	}
}

@media screen and (max-width:767px) {
	.videoRow .row .column:nth-child(3) {
      margin-top: 50px;
    }
}