@media screen and (max-width: 320px) {
	video {
		min-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.watch-n-learn {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 45px;
		padding-top: 0;
		line-height: 40px;
	}
	#custom-search-form {
		margin-bottom: 35px;
	}
	#custom-search-form,.search-query {
		width: 89%;
	}
	.grid-item {
		height: auto;
		position: static;
		width: 100% !important;
	}
	.grid {
		height: 100% !important;
		margin: 0 13px;
	}
	.most-recent-row {
		padding: 0;
	}

	/* .vjs-poster{
		position: static !important;
	} */
	.video-overlay-80 {
		bottom: 170px;
	}
	.search-vids {
		margin: 20px 15px;
	}
	.logo2 {
		width: 80%;
		/* margin-right: 20px; */
	}
	.video-overlay-140 {
		bottom: 115px;
	}
	.fa {
		line-height: 1px;
	}
	.home-grid>.grid-item {
		height: auto !important;
	}
	.home-grid>.grid-item a {
		position: relative;
		display: block;
	}
	.home-grid>.grid-item .fa-play-circle {
		height: 45px;
		left: 50%;
		margin: -23px 0 0 -23px;
		position: absolute;
		top: 50%;
		width: 45px;
	}
}

@media screen and (max-width: 991px) {
	.video-inner{
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.grid-item a>img,.grid-item>img,.grid-item>video {
		height: 100%;
	}
	.watch-n-learn {
		margin-bottom: 45px;
	}
	#custom-search-form {
		margin-bottom: 35px;
	}
	.video-overlay-80 {
		bottom: 90px;
	}
	.video-overlay-140 {
		bottom: 160px;
	}
	.watch-text {
		margin-top: 130px;
	}
	.join-form {
		margin-top: 70px;
	}
	.most-recent-text {
		/* margin-bottom: 40px;
    margin-top: 50px; */
		
	}
	.contactuscontents {
		margin-top: 50px;
	}
}

@media screen and (min-width: 980px) {
	.grid-item a>img,.grid-item>img,.grid-item>video {
		height: 100%;
	}
	.join-form {
		right: 40px;
	}
	/* .search-box{
   margin: 25px 0 0;
} */
}