/*MOBILE VERSION 2 CAROUSEL STARTS HERE*/
.container4 {
  padding:0;
  width: auto;
  height: 500px;
  background: ;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
  /*border: 5px solid green;*/
  overflow: hidden;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
}

.track4 {
  /*width:2000px;*/
  position: absolute;
  top: 0px;
  left: 5px;
  display: flex;
  touch-action: none;
  transition: 0.5s;
  
}
.card4{
  width: 320px;
  height: auto;
  background: aqua;
  margin-right: 7px;
  border-radius: 20px;
  display: block;
  justify-content: center;
  align-items: center;
  transition:1s;
  border:5px solid gold;

}
.card4:hover{
	opacity:0.5;
	filter:drop-shadow(8px 8px 10px white);
	filter:invert(100%);
	cursor:pointer;
}

.img-v24, .img-v24-b{
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
	background-color:red;

}
.img-v24 {border-radius: 20px 20px 0 0;}
.img-v24-b {border-radius: 0 0 20px 20px;}


.info-v24{
	margin:0 auto;
	/*padding:10px;*/
	/*min-height:155px;*/
	width:auto;
	background-color: rgba(55, 62, 80, 1.0);
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:white;
}
.info-v24:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.info-span4{
	display:block;
	background-color:rgba(60, 60, 60, 1.0);
	color:white;
	
}
.container4 .track4 .card4 .info-v24 img{
	display:block;
	margin:0 auto;
	margin:0 0 0 0;
	width:100%;
	height:auto;
}
.song4{
	font-size:15px;
		
}
.blur{
	height:70px;
	width:314px;
	/*border:3px solid black;*/
	background-color:;
	opacity:1;
	backdrop-filter:blur(10px);
	
	  position: absolute;
	  top: 83%;
	  left: ;
	  /*transform: translate(-50%, -50%);*/
	  z-index:1;
}

.container4 .track4 .card4 a{
	text-decoration:none;
}

/*MOBILE VERSION 2 CAROUSEL ENDS HERE*/

/*media queries 1138px START here*/
@media screen  and (max-width: 1138px){
	
	.container4 {
    height: 500px;
	}
	
	
	.card4{
		width: 240px;
		height: 135px;
	}
	
	.info-v24, .song4{
	  font-size:17.5px;
    }
	
	.blur{
	height:50px;
	width:218px;
    top: 230%;
    }
	
}
/*media queries 1138px END here*/


/*media queries 900px START here*/
@media screen  and (max-width: 900px){
	.container4 {
    height: 400px;
	}
	
	.card4 {
		width: 230px;
		height: 130px;
	}
	.info-v24, .song4{
	  font-size:17.5px;
    }
	
	.blur{
	height:50px;
	width:208px;
    top: 230%;
    }
	

	
}
/*media queries 900px END here*/



/*media queries 540px START here*/
@media screen  and (max-width: 540px){
	
	.container4 {
    height: 300px;
	}
	
	.card4 {
		width: 144px;
		height: 81px;
	}

	
	.info-v24, .song4{
	  font-size:14px;
    }
	
	.blur{
	height:25px;
	width:125px;
    top: 280%;
    }
	
	
}
/*media queries 540px END here*/

/*media queries 480px START here*/
@media screen  and (max-width: 480px){
	/*nav queries START
	.top-nav {
    color: white;
    padding: 16px;
    font-size: 16px;
  }

  .top-nav-dropdwn {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .top-nav-dropdwn a {
	display: block;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
	font-size: 14px;
	width:100%;
	text-align:left;
  }

  .top-nav-dropdwn a:hover {background-color: grey}

  .top-nav:hover .top-nav-dropdwn {
    display: block;
  }

  .top-nav:hover {
    background-color: grey;
  }
  Nav queries END*/
  

	
	.container4 {
    height: 300px;
	}
	
	.card4 {
		width: 116px;
		height: 65.25px;
	}
	
	.track4 {
	  padding:0;
	}
	

	.info-v24, .song4{
	  font-size:11px;
    }
	
	.blur{
	height:15px;
	width:95px;
    top: 315%;
    }
	
}
/*media queries 480px END here*/

/*media queries 380px START here*/
@media screen  and (max-width: 380px){
	.container4 {
    height: 250px;
	}
	
	
	.card4 {
		width: 128px;
		height: 72px;
	}
	
	.info-v24, .song4{
	  font-size:10.1px;
    }
	
	.track4 {
	  padding:0;
	}
	
	.blur{
	height:15px;
	width:103px;
    top: 242%;
    }
	
}
/*media queries 380px END here*/


/*THESE ARE NOT MEDIA QUERIES[FOR ARROW BUTTONS]*/
.nav4 button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #aaa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.nav4 .prev4 {
  left: -30px;
  display: none;
}
.nav4 .prev4.show {
  display: block;
}
.nav4 .next4 {
  right: -30px;
}
.nav4 .next4.hide {
  display: none;
}

.glow4 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow4 1s ease-in-out infinite alternate;
  -moz-animation: glow4 1s ease-in-out infinite alternate;
  animation: glow4 1s ease-in-out infinite alternate;
}


/*glow settings*/
@-webkit-keyframes glow4 {
  from {
    text-shadow: 0 0 5px #ff0000, 
    			 0 0 10px #ff0000, 
                 0 0 15px #ff0000, 
                 0 0 20px #ff0000, 
                 0 0 25px #ff0000; 
           
  }
  
  to {
    text-shadow: 0 0 2px #ff0000, 
                 0 0 5px #ff0000, 
                 0 0 10px #ff0000, 
                 0 0 15px #ff0000, 
                 0 0 20px #ff0000,
				 0 0 25px #ff0000;				 
          
  }
}

.glow5 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow5 1s ease-in-out infinite alternate;
  -moz-animation: glow5 1s ease-in-out infinite alternate;
  animation: glow5 1s ease-in-out infinite alternate;
}


/*glow settings*/
@-webkit-keyframes glow5 {
  from {
    text-shadow: 0 0 5px #00ff00, 
    			 0 0 10px #00ff00, 
                 0 0 15px #00ff00, 
                 0 0 20px #00ff00, 
                 0 0 25px #00ff00, 
				 0 0 30px #00ff00; 
  }
  
  to {
    text-shadow: 0 0 2px #00ff00, 
                 0 0 5px #00ff00, 
                 0 0 10px #00ff00, 
                 0 0 15px #00ff00, 
                 0 0 20px #00ff00,
				 0 0 25px #00ff00,
				 0 0 30px #00ff00;
          
  }
}





















/*NETFLIX STYLE SLIDE SHOW SETTINGS END HERE */




















