.main-video-block {
	background: linear-gradient(90deg, #BDC3C7 0%, #2C3E50 100%);
	justify-content: space-around;
}

@media (min-width: 768px) {
	.video-title{
		font-weight: 700;
		font-size: 30px;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		padding-left: 2.5rem !important;
		padding-top: 20px;
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.video-title{
		font-weight: 700;
		font-size: 30px;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		padding-left: 3rem !important;
		padding-top: 20px;
		padding-bottom: 10px;
	}
}
.video-name {
	background-color: rgba(0, 0, 0, 0.81);
	color: white;
	text-align: center;
	padding: 1%;
	min-height: 105px;
	font-size: 20px;
}


@media screen and (max-width: 767px) {
	.video-name {
		background-color: rgba(0, 0, 0, 0.81);
		color: white;
		text-align: center;
		padding: 1%;
		min-height: 90px;
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.video-name {
		
		min-height: 70px;
		
	}
}


@media screen and (min-width: 992px) {
	.video-name {
		
		min-height: 160px;
	}
}

.btnvideo{
	background: #C4C4C4 !important;
    color: black !important;
    font-weight: bold !important;
    font-size: 18px !important;
    width: 227px !important;
}