
.maincontainer {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.maincontainer .videocard {
	position: relative;
	width: 290px;
	height: 400px;
	background: rgba(255, 255, 255, 0.05);
	margin: 20px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px);
}

.maincontainer .videocard .content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s;
}

.maincontainer .videocard:hover .content {
	transform: translateY(-20px);
}

.maincontainer .videocard .content .imgBx {
	position: relative;
	width: 240px;
	height: 230px;
	overflow: hidden;
}

.maincontainer .videocard .content .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.maincontainer .videocard .content .contentBx h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 10px;
	line-height: 1.1em;
}

.maincontainer .videocard .content .contentBx h3 span {
	font-size: 12px;
	font-weight: 300;
	text-transform: initial;
}
.ps-video {
	display: inline-block;
	position: relative;
	margin-top:-35px;
	width: 70px;
	height: 70px;
	background-color: #ce873a;
	border-radius: 50%;
}

	.ps-video a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
	}

	.ps-video i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding-left: 5px;
		color: #ffffff;
		font-size: 16px;
	}

.v1 {
	left: 9px;
	top: 10px;
	height: 60px;
	width:60px;
	color: white;
	background-color: #ce873a;
	border-radius: 50%;
}
.v2 {
	left: 45px;
	top: 10px;
	height: 60px;
	width: 60px;
	color: white;
	background-color: #ce873a;
	border-radius: 50%;
}
.v3 {
	left: 25px;
	top: 10px;
	height: 60px;
	width: 60px;
	color: white;
	background-color: #ce873a;
	border-radius: 50%;
}
.v4 {
	left: 37px;
	top: 10px;
	height: 60px;
	width: 60px;
	color: white;
	background-color: #ce873a;
	border-radius: 50%;
}
 @media (max-width: 767px){
	.v1 {
		left: 3px;
		top: 10px;
		height: 60px;
		width: 60px;
		color: white;
		background-color: #ce873a;
		border-radius: 50%;
	}
	.v2 {
		left: 45px;
		top: 10px;
		height: 60px;
		width: 60px;
		color: white;
		background-color: #ce873a;
		border-radius: 50%;
	}
	.v3 {
		left: 8px;
		top: 10px;
		height: 60px;
		width: 60px;
		color: white;
		background-color: #ce873a;
		border-radius: 50%;
	}
	.v4 {
		left: 35px;
		top: 10px;
		height: 60px;
		width: 60px;
		color: white;
		background-color: #ce873a;
		border-radius: 50%;
	}
 }

.modal {
	background-color: #fff;
	border-radius: .0725em;
	box-shadow: 0 .25em .5em rgba(0, 0, 0, .3);
	display: none;
	max-width: 100%;
	padding: .5em 1em;
	visibility: hidden;
	z-index: 2
}

@media (min-width:40em) {
	.modal {
		max-width: 98%
	}
}

.modal.active {
	display: block;
	height: 100%;
	left: 0;
	max-height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	visibility: visible;
	-webkit-overflow-scrolling: touch
}

@media (min-width:30em) {
	.modal.active {
		height:525px;
		left: 3%;
		margin-left: auto;
		margin-right: auto;
		right: 3%;
		top: 125px
	}
}

@media (min-width:40em) {
	.modal.active {
		left: 25%;
		right: 25%
	}

		.modal.active.modal-medium {
			width: 35em
		}

		.modal.active.modal-small {
			width: 25em
		}
}
@media(min-width:768px) and (max-width:1024px){
	.modal.active{
		left:30%;
		right:30%;
		top:0px;
	}


}

.modal:focus {
	outline: none
}

.modal-bg {
	background-color: #272727;
	bottom: 0;
	position: fixed;
	left: 0;
	opacity: .9;
	right: 0;
	top: 0;
	z-index: 1
}

.close {
	color: gray;
	cursor: pointer;
	float: right;
	font-weight: 700;
	font-size: 1.5em;
	text-decoration: none
}

	.close:hover {
		color: #5a5a5a;
		cursor: pointer
	}
