@charset "UTF-8";
/* CSS Document */


.custom_main_landing{
	position: relative;
	margin-top:30px;
	height: 434px;	
}

.custom_main_landing:after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.karen {
	padding-top: 30px;
	}
	
.about-banner {
	min-height: 221px;
	}
	
.video_article {
	margin: 0 267px;
	}