.movie-header {
	margin-bottom: 4rem;
}
.hero-banner .hero-banner-wrapper {
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
}
.hero-banner--image {
  position: relative;
}
.media-hero {
  position: relative;
  overflow: hidden;
  opacity: 1;
  width: 100%;
  transition: 1s ease all;
}
.media-hero img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.hero-banner--details {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -5rem;
  opacity: 1;
  transition: 2s ease max-height;
}
.hero-banner--details--title {
  text-shadow: 0 1px 6px rgba(0,0,0,0.2), 0 1px 3px rgba(0,0,0,0.6);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.02),#000 30%);
}
[dir*="ltr"].hero-banner h1, [dir*="ltr"].hero-banner h2, [dir*="ltr"].hero-banner h3, [dir*="ltr"].hero-banner h4 {
  text-align: center;
}
.hero-banner--details--title a {
    text-decoration: none;
}
.hero-banner--details--title h1 {
  color: #fff;
  font-family: 'Roboto',sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 3.5rem;
  margin: inherit;
  width: auto;
}
.hero-banner--details--title h4 {
  font-family: 'Roboto',sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 8px 0;
}
.title-settings--cta-links {
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.btn-primary {
  font-size: 1rem;
  padding: 0.625rem 0.9375rem;
  margin: 0.625rem;
  display: inline-block;
  min-width: 150px;
  text-align: center;
  border: none;
  border-radius: 28px;
  background-color: #cb4437;
  color: #fff;
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:active {
  opacity: 0.95;
  text-decoration: none;
  color: #fff;
  background-color: #cb4437 !important;
}
.movie-header .btn-primary {
	background-color: var(--movie-color);
}
.movie-header .btn-primary:hover, .movie-header .btn-primary:active {
	background-color: var(--movie-color) !important;
}
.hero-banner--details.bannerleft, .hero-banner--details.bannercenter, .hero-banner--details.bannerright {
	align-items: center;
	text-align: center;
}
.hero-banner--image .video-container {
	display: none;
}
.hero-banner--image .video-container.show .video-iframe {
  width: 100%;
  height: 100%;
}
.hero-banner--image .video-container.show {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-banner--image .video-container .btn-video-close {
  display: none;
  background: none;
  border: none;
  width: 2rem;
  height: 2rem;
  opacity: 0.7;
}
.hero-banner--image .video-container.show .btn-video-close {
  display: block;
  position: absolute;
  right: 2%;
  top: 10%;
}
.hero-banner--image .video-container .btn-video-close svg {
  width: 100%;
  height: 100%;
}
.hero-banner--details.fade-away {
  max-height: 0;
  margin: 0;
  opacity: 0;
}
.hero-banner--details--cta, .hero-banner--details--social {
  display: block;
}
.hero-banner--details--cta, .hero-banner--details--social {
  display: inline-block;
  padding: 15px 0;
}
@media (min-width: 768px){
	.hero-banner--details--title h4 {
    font-size: 1.375rem;
	}
}
@media (max-width: 1024px){
	.hero-banner .hero-banner-wrapper {
		margin-bottom:0;	
	}
}
@media (max-width: 991px){
	.d-flex {
		justify-content: center;	
	}
}
@media (max-width: 450px){
	.btn-primary {
		font-size: 0.8rem;
    padding: 0.325rem 0.5375rem;
    margin: 0.325rem;
    min-width: 125px;	
	}
	.hero-banner--details--title, .hero-banner--details--group {
		padding: 0 15px;
	}
	.hero-banner--details {
		margin-top: -2rem;
	}
}
@media (min-width: 992px){
	.hero-banner--details--title h1 {
    margin: 0.9375rem 0;
    font-size: 3rem;
    line-height: 2.7rem;
	}
	.hero-banner--details.bannerleft {
		padding-left: 5%;
		align-items: flex-start;
		text-align: left;
	}
	.hero-banner--details.bannercenter {
		align-items: center;
		text-align: center;
	}
	.hero-banner--details.bannerright {
		padding-right: 5%;
		align-items: flex-end;
		text-align: right;
	}
	.hero-banner--details.bannerright .d-flex {
	    flex-direction: row-reverse;
	}
}
@media (min-width: 1000px){
	.hero-banner .banner-gradient.bannerleft {
    background-image: linear-gradient(to left,rgba(0,0,0,0.02) 50%,#000);
	}
	.hero-banner .banner-gradient.bannerright {
    background-image: linear-gradient(to right,rgba(0,0,0,0.02) 50%,#000);
	}
	.hero-banner--details {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*text-align: left;*/
    /*padding: 0 0 12% 4%;*/
    padding-bottom: 12%;
    transition: none;
	}
	.hero-banner--details.bannerleft {
		padding-left: 5%;
	}
	.hero-banner--details.bannercenter {
		background-image: linear-gradient(to bottom,rgba(0,0,0,0.02),#000 100%);
    padding-bottom: 6%;
	}
	.hero-banner--details.bannerright {
		padding-right: 5%;
	}
	.hero-banner--details--title {
    max-width: 70%;
    background-image: none;
	}
	[dir*="ltr"].hero-banner h1, [dir*="ltr"].hero-banner h2, [dir*="ltr"].hero-banner h3, [dir*="ltr"].hero-banner h4 {
    text-align: left;
	}
	.btn-primary {
    margin: 0.3125rem;
	}
	.hero-banner--image .video-container.show {
    /*bottom: 7.5em;*/
	}
	.hero-banner--details.fade-away {
    display: none;
	}
}
@media (min-width: 1025px){
	.hero-banner--videos {
		min-height: 5rem;
	}
}
@media (min-width: 1224px){
	.hero-banner--details {
    /*padding: 0 0 9% 5%;*/
    padding-bottom: 10%;
	}
	.hero-banner--details--title h1 {
    margin: 0.9375rem 0;
    font-size: 4rem;
    line-height: 3.7rem;
	}
}
@media (min-width: 1440px){
	.hero-banner--details {
    /*padding: 0 0 9% 5%;*/
    padding-bottom: 9%;
	}
	.hero-banner--details--title {
    max-width: 50%;
	}
}