#bgVideo{
position: absolute;
bottom: 0;
right: 0;
/*width: auto;
min-width: 100%;
height: auto;*/
min-height: 760px;
width: 100%;
min-width: 1351px;
/*max-height: 760px;*/
z-index: -1;
/*background: transparent url(video-bg.jpg) no-repeat;*/
/*background-size: cover;*/
border-radius: 0 0 250px 0;
background-image:url("../images/bg1.png");
}

@media screen and (max-width:768px)
{
	#bgVideo
	{
		display: none;
	}
	
	body.home.blog .home-page #head 
	{
		background-image:url("../images/main_bg1.png");
		height: auto;
		min-height: 500px;
		padding-top: 100px;
	}
}

.columnFix .col-sm-3.col-md-3 {
	width: 80% !important;
}
.columnFix .col-md-1.col-sm-1 {
	width: 20% !important;
}
.vc_col-sm-4.wpb_column.vc_column_container .col-md-4.col-sm-6.highlight{
	width:100%;
}
.vc_row.wpb_row.vc_row-fluid .col-md-3.col-sm-6.highlight {
width:inherit;
}
