.sh_film_container h2 {
	font-size: 28px !important;
}
.sh_film_container h3 {
	font-size: 22px !important;
}
.sh_film_container p {
	line-height: 24px;
}

.sh_film_container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.sh_film_title {
	max-width: calc(100% - 90px);
	color: white !important;
	text-transform: uppercase;
}

.sh_year {
	width: 80px;
	height: 60px;
	float: right;
	padding-top: 16px;
	text-align: center;
	font-family: "Inter Extra Bold";
	font-size: 18px;
	color: #5aeff2;
	background-image: url('https://pointsnorthinstitute.org/wp-content/uploads/2020/09/Archive_profile_antlers.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: -12px;
}

.sh_still_image_container {
	position: relative;
}
.sh_still_image {
	max-width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.sh_still_image_gradient_overlay {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 151px;
	background: linear-gradient(rgba(0, 0, 0, 0), #1e201a);
}
.sh_still_image_info_overlay {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 20px;
}
.sh_shotwell_ticket_button {
	margin-left: 20px !important;
	border-color: #5AEFF2 !important;
	color: #5AEFF2 !important;
}

.sh_film_details_container {
	margin-bottom: 15px;
	font-size: 18px;
}
.sh_film_details_container_with_icon {
	display: flex;
	align-items: center;
	gap: 5px;
}
.sh_film_details_container_icon {
	height: 30px;
	width: 30px;
	min-width: 30px;
	margin-right: 10px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.sh_film_details_item_name {
	display: inline-block;
	width: 100px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-size: 14px; 
	font-weight: bold;
	color: #a59f98;
}
.sh_filmmaker_container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.sh_filmmaker_container_headshot {
	margin-right: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
}
.sh_filmmaker_container p {
	margin: 0px !important;
}

.sh_film_credits_item_container {
	margin-bottom: 15px;
	font-size: 14px;
}
.sh_film_credits_item_heading {
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #a59f98;
}

.sh_film_watch_heading {
	display: inline-block;
	width: 100px;
}
.sh_film_watch_links_outer {
	display: inline-block;
}
.sh_film_watch_links_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sh_film_watch_links_inner img {
	max-width: 60px;
}
.sh_film_watch_link_separator {
	height: 30px;
	width: 1px;
	background-color: gray;
	margin-right: 15px;
	margin-left: 15px;
}

.sh_shotwell_details_container {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 799px) {
	.sh_filmmaker_container_headshot {
		height: 75px;
		width: 75px;
		min-width: 75px;
	}
}
@media only screen and (min-width: 800px) {
	.sh_film_about {
		display: inline-block;
		width: calc(100% - 180px);
		vertical-align: top;
	}
	.sh_film_credits {
		display: inline-block;
		width: 150px;
		margin-left: 25px;
		vertical-align: top;
	}

	.sh_filmmaker_container_headshot {
		height: 150px;
		width: 150px;
		min-width: 150px;
	}
}


