.imgbox-lg {
	position: relative;
	margin: 30px 0 50px;
}
.imgbox-lg .img-cont {
	position: relative;
	margin-bottom: 15px;
}
.imgbox-lg .img-cont::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.05) 35%);
	pointer-events: none;
}
.imgbox-lg .img-cont img {
	display: block;
	width: 100%;
}
.imgbox-lg .img-cont a {display: block;}
.imgbox-lg .img-cont .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	z-index: 10;
}
.imgbox-lg .img-cont .title-cont {
	position: absolute;
	left: 20px;
	bottom: 25px;
	font-family: var(--proxima-nova-bold-font-family);
	font-weight: var(--proxima-nova-bold-font-weight);
	font-style:  var(--proxima-nova-bold-font-style);
	color: white;
	font-size: 15px;
	z-index: 10;
}
.imgbox-lg .img-cont .photo-cred {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 5px;
	color: white;
	font-family: var(--alternate-gothic-atf-font-family);
	font-weight: var(--alternate-gothic-atf-font-weight);
	font-style:  var(--alternate-gothic-atf-font-style);
	font-size: 15px;
	background-color: #204a59;
	text-transform: uppercase;
	z-index: 10;
}
.imgbox-lg .content .custom-btn {
	margin-right: 10px;
}
.imgbox-lg .content h5 {
	margin: 0 0 10px;
}
@media (max-width: 640px) {
	.imgbox-lg {
		margin: 20px 0 30px;
	}
	.imgbox-lg .content {
		display: flex;
		flex-direction: column;
	}
	.imgbox-lg .content .custom-btn {
		margin: 0 0 10px;
		align-self: flex-start;
	}
	.imgbox-lg .content .custom-btn:last-of-type {
		margin: 0;
	}
	.imgbox-lg .img-cont {
		margin-bottom: 40px;
	}
	.imgbox-lg .img-cont .play-btn {
		width: 60px;
	}
	.imgbox-lg .img-cont .title-cont {
		left: 0;
		bottom: -25px;
		color: #58585a;
	}
}
