.banner {
    height: 80vh;
    overflow: hidden;
    background-size: contain;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
    background-size: cover;
}
.banner > img {
	height: 80vh;
	position:fixed;
}
.banner:after{
	content:"";
	width:100%;
	height: 80vh;
	position:absolute;
	top:0;
	/* background-image: linear-gradient(180deg, rgba(0,0,0,0.7203256302521008) 10%, rgba(255,255,255,0) 30%), radial-gradient(circle at 0 40%,hsla(0,0%,9%,0) 46%,hsla(0,0%,9%,.6) 61%,#181817 70%),linear-gradient(180deg,hsla(0,0%,9%,.05) 60%,#181818); */
	/* background-image: linear-gradient(180deg, rgba(0,0,0,0.7203256302521008) 10%, rgba(255,255,255,0) 30%), radial-gradient(circle at 0 40%,hsla(0,0%,9%,0) 46%,hsla(0,0%,9%,.6) 61%,#414345 70%),linear-gradient(180deg,hsla(0,0%,9%,.05) 60%,#414345); */
	/* background-image: linear-gradient(180deg, rgba(0,0,0,0.58) 10%, rgba(255,255,255,0) 30%), radial-gradient(circle at 20vh 40%,hsla(0,0%,9%,0) 46%,hsla(0,0%,9%,.6) 61%,rgba(0,0,0,0.5) 70%),linear-gradient(180deg,hsla(0,0%,9%,.05) 60%,rgba(0,0,0,0.5)) */
	background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 5%, rgba(255,255,255,0) 30%),linear-gradient(180deg,hsla(0,0%,9%,.05) 60%,rgba(0,0,0,0.5));
}

.banner .banner-info{
	position:absolute;
	/* height:70vh; */
	width:25%;
	z-index:3;
	right:0;
	bottom: 0;
	color:#fff;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: all .5s;
}
.banner .banner-info a{
	color:#fff;
}
.banner .banner-info .btn-outline-light:hover {
    color: #212529;
}

.banner .banner-info.video-play {
    /* position: absolute; */
    /* height: 60vh; */
	/* bottom: 22vh; */
}

.banner .program-title{
	/* font-family:Bebas; */
	font-family:snrt;
	font-size: 3em;
	transition: all 0.5s ease-in-out;
	margin-left:0px;
	text-transform:uppercase;
	line-height: 1.2em;
	text-shadow: 2px 2px 10px rgba(24,24,24,0.6);
}

.banner .banner-info.video-play .program-title{
	font-size:2em;
}
.banner .program-link {
    transition: all 0.5s ease-in-out;
    top: 0px;
    /* position: absolute; */
    opacity: 1;
}

@media screen and (max-width: 767px) {
	.banner:after {
		content: "";
		width: 100%;
		height: 61vh;
		position: absolute;
		top: 0;
		/* background-image: linear-gradient(180deg, rgba(0,0,0,0.7203256302521008) 10%, rgba(255,255,255,0) 30%), linear-gradient(180deg,hsla(0,0%,9%,.05) 40%,#181818); */
		background-image: linear-gradient(180deg, rgba(0,0,0,0.7203256302521008) 10%, rgba(255,255,255,0) 30%), linear-gradient(0deg, rgba(24,24,24,1) 0%, rgba(24,24,24,1) 3%, rgba(255,255,255,0) 20%);
	}
	.banner {
		height: 100vh;
		background-size: auto 60vh;
		background-repeat: no-repeat;
	}
	.banner > img {
		height: 60vh;
		position:fixed;
	}
	
	.banner .banner-info {
		position: absolute;
		height: 40vh;
		width: 100%;
		z-index: 3;
		right: 0;
		bottom: 0vh;
		color: #fff;
		background-color:#181818;
		padding-bottom:10px;
		
	}
	.banner .program-title {
		/* font-size: 2.5em; */
		font-size: 42px;
	}
	.banner .current-program {
		min-height: 10%;
		padding-top: 20px;
	}
	.banner .program-link-wrapper{
		/* position: absolute; */
		/* bottom: 50px; */
	}
	
	.banner .program-link-wrapper img{
		width:25px;
	}
}

@media screen and (min-width: 1024px) and  (max-width: 1600px) {
	
	.banner{
		/* max-height:600px */
		max-height:800px;
		/* background-size: 120%; */
		/* background-size: contain; */
		/* background-position-y: -50%; */
	}
	.banner:after{
		/* max-height:600px; */
		max-height:800px;
	}
	.banner .banner-info {
		right: 0;
		/* top: 35vh; */
	}
}

.banner-genre {
    height: 10vh;
	min-height: 80px;
	overflow: hidden;
	background-size: 100%;
	background-attachment:fixed;
	background: #000 !important;
}
@media screen and (min-width: 1400px) {
	.banner-genre {
		height: 5vh;
	}
}

@media screen and (max-width: 1024px) {
	.banner-genre {
		height: 50px;
	}
}
.banner-genre  .banner-info{
	position:relative;
	z-index:3;
	color:#fff;
}

.banner-genre  .program-title{
	font-family:snrt;
	font-size: 3em;
	transition: all 0.5s ease-in-out;
	margin-left:0px;
	text-transform:uppercase;
	line-height: 1;
}
.banner-genre  .banner .program-link {
    transition: all 0.5s ease-in-out;
    top: 0px;
    position: absolute;
    opacity: 1;
}

.banner .banner-info  img{
    width: 50px;
	transition: all 0.3s linear;
}
.banner .banner-info.video-play  img{
    width: 25px;
}

.banner video {
    /* transform: translateY(-15vh); */
}

.banner-tiles1{
	margin-top:50px;
}
.banner-tiles1:after{
	content:"";
	width:100%;
	height: 10vh;
	position:absolute;
	top:0;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%);
}

@media (max-aspect-ratio: 4/3 and min-height: 768px) {
	
	.banner{
		max-height:800px;
	}
	.banner:after{
		max-height:800px;
	}
	.banner .banner-info {
		right: 0;
	}
}


.btn-store-ap{
	padding: 5px;
	border-radius: 28px;
	height: 3.4em;
	width: 14em;
}
.btn-store-ap h3{
	color: #f1f1f1;
}
.btn-store-ap img{
width: 15%;
filter: none !important;
}
.btn-store-pl img{
width: 15%;
filter: none  !important;
}

.banner-text-store{
	padding: 0 !important;
	margin-top: 1em;
	line-height: 2.2em;
}

.btn-store-pl{
	padding: 5px;
	border-radius: 28px;
	height: 3.4em;
	width: 14em;
	background-color: white !important;
	color: black !important;
	 
}


.banner-jt {
    font-size: 2em;
    line-height: 11.2em;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(/sites/default/files/2020-08/bloc-snrtlive.jpg);
    background-size: cover;
    color: #fff;
}


.banner-title {
    font-size: 38px;
    line-height: 1.2em;
    font-family: snrt;
    font-weight: bold;
    text-transform: uppercase;
    background-image:url('../../img/design.jpg'); 
    background-size:cover;
    color:#fff;
}

.banner-filter-title-sm{
	font-size: 1em;
}
.banner-filter-title-lg{
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: snrt;
}



.snrtlive-title{
	font-size:45px;
}
.snrtlive-text{
	font-size:17px;
}

@media (min-width: 1200px) {
	.snrtlive-title{
		font-size:55px;
	}
	.snrtlive-text{
		font-size:27px;
	}
	
}
@media (max-width: 1023px) {
	.snrtlive-title{
		font-size:32px;
	}
	.snrtlive-text{
		font-size:24px;
	}
	
}
