* {
	margin: 0px;
	padding: 0px;
}

/*-----------scroll-btn--------*/
.scroll-btn {
	font-size: 3rem;
	color: #000000;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 1;

}

.scroll-btn img {
	border-radius: 100px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 1.5);

}

.scroll-btn img:hover {
	width: 60px;
	height: 60px;
	box-shadow: 0px 5px 20px rgba(225, 0, 0, 1.5);
	z-index: 1;
}

/*-----------scroll end--------*/

.container {
	width: 150%;
	height: 250px;
	overflow: auto;

}

h1 {
	margin-bottom: 50px !important;
	text-transform: uppercase;
	text-align: center;
}


.play-btn {
	width: 100px;
	position: relative;
	margin-top: -50%;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0;

}

.col-md-4:hover {
	top: -5px;
}

.col-md-4:hover .play-btn {
	opacity: 1;

}

.modal-content {
	background: transparent !important;
	border: none !important;
}





























@media screen and (max-width: 800px) {

	.video {
		width: 100%;
		height: 200px;
		margin-left: -10px;



	}