@media screen and (max-width: 844px) {
	.slider-content {
		height: 100vh !important;
	}
	#slider .slide-caption{
		padding-top: 90px !important;
		padding-left: 70px !important;
	}
	
	#slider .slide-caption{
		width: 100% !important;
	}
}
@media screen and (max-width: 820px) {
.episodes_list{
	background: #262525;
    padding: 8px 20px;
    color: #a19b9b;
    border-radius: 4px;
    border: none;
}
.episodes_list option{
	font-size: 16px;	
	padding: 10px;
}
.slider-content {
	height: 85vh !important;
}
#slider .slide-caption{
	padding-top:  90px !important;
	padding-left: 20px !important;
}
}
@media screen and (max-width:500px) {
	.slider-content {
		height: 100vh !important;
	}
}
@media screen and (max-width:1325px) {
    /*#slider {
        width: 820px
    }*/
    #slider .slide-caption {
        width: 320px
    }
    #slider:hover .slide-caption {
        /* left: auto; */
        right: 0;
        opacity: 1
    }
  }
  
  
  		.episodes_list{
			background: #262525;
    padding: 8px 20px;
    color: #a19b9b;
    border-radius: 4px;
    border: none;
			
		}
		.episodes_list option{
		font-size: 16px;	
		padding: 10px;
			
		}
@media screen and (max-width:1199px) {
	.episodes_list{
		    width: 240px;
		padding: 16px 20px;
		font-size: 18px !important;
		margin-bottom: 30px !important;
	}
  .slider-content {
        height: 245px
    }
    /*#slider {
        width: 660px
    }*/
    #slider:hover .slide-caption {
        right: 0
    }
    #slider .slide-caption {
        right: -270px
    }
    .slide-caption p {
        font-size: 12px
    }
    #slider .slide-caption h2 {
		margin: 10px 0 !important;
		line-height: 1.8em !important;
    }
    #slider .slide-caption .slide-caption-info {
        
    }
	
	.mobilenone{
		display: none !important;
	}
	
    #slider .slide-caption {
        padding: 15px 20px;
        width: 280px
    }
    .slide-caption .mt20 {
        margin-slider: 10px!important
    }
  }
  .slider-content {
    height: 405px;
    position: relative
}
#slider {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding-right: 0;
    /*width: 1170px*/    
}
#slider .swiper-slide {
    background-position: 50% 25%;
    background-size: cover;
    position: relative;
    width: 100%!important;
    overflow: hidden
}
#slider .swiper-slide .slide-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9
}
#slider .slide-caption {
    position: absolute;
    left: 500px;
    slider: 0;
    opacity: 0;
    height: 100%;
    width: 70%;
    /* padding: 20px 30px; */
    color: #fff;
    /* background: rgb(255 7 7 / 90%); */
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    /* display: flex; */
    align-items: center;
    padding-left: 100px;
    padding-top: 150px;
}

#slider .slide-caption {
    left: auto;
    left: 0;
    opacity: 1
}
/******

	Mouse hover Slider harah

******/
/*
#slider:hover .slide-caption {
    left: auto;
    left: 0;
    opacity: 1
}

*/
#slider .slide-caption h2 {
	margin: 0 0 10px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 2px 1px 13px black;
}

#slider .slide-caption .sc-desc{
color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-shadow: 2px 1px 13px black;
    line-height: 1.4em;
}

#slider .slide-caption .slide-caption-info {
    margin-slider: 15px;
	font-size: 14px;
    margin-bottom: 14px;
}
#slider .slide-caption .slide-caption-info .block {
    margin: 2px 10px 4px 0;
    line-height: 1em;
	display: table;
}
#slider .slide-caption .slide-caption-info .block strong {
    display: inline-block;
    width: 80px;
    color: #fc7418;
}
.swiper-container-horizontal > .swiper-pagination {
    left: auto!important;
    right: 20px!important;
    text-align: right!important
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 20px;
    right: 20px;
}
.swiper-pagination-bullet{
    margin:0 5px;
}

