




.albumjacket {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}

.albumjacketcontainer {
	margin-left: auto;
	margin-right: auto;	
}

/* Tooltip container */
.tooltop {
	color: white;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;		
	margin-bottom: 20px;
}

/* Tooltip text */
.tooltop .tooltoptext {
  visibility: hidden;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  text-align: left;
  padding: 2px 0px 10px 20px;
  
  margin-left: -7px;
 
  position: absolute;
  z-index: 1;  
  bottom: 100%;
}

.tooltop:hover .tooltoptext {
  visibility: visible;
}

.nonews {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 349px) {
	[class*="mycol-"] {
		width : 100%
	}

	
	.albumjacket {
		height: calc(100vw * 0.85);
	}

	.tooltop {
		width: calc(100vw * 0.85);
	}
	
	.others {
		width: 95%;
	}
	
	.title {
		font-size: 12px;
	}
	.duration, .currenttime, .songinfotext {
		font-size: 9px;
	}

}


@media only screen and (min-width: 350px) and (max-width: 999px) {

	[class*="mycol-"] {
		width : 100%
	}

	.albumjacket {
		width: 300px;
		height: 300px;
	}
	
	.tooltop {
		width: 300px;
	}


	.others {
		width: 95%;
	}
	.title {
		font-size: 12px;
	}
	.duration, .currenttime, .songinfotext {
		font-size: 9px;
	}

}



@media only screen and (min-width: 1000px)  {

	[class*="mycol-"] {
		width : 33%
	}

	.albumjacket {
		width: 300px;
		height: 300px;
	}

	.tooltop {
		width: 300px;
	}

	.others {
		width: 90%;
	}
	.title {
		font-size: 16px;
	}
  	.duration, .currenttime, .songinfotext {
		font-size: 14px;
	}
 
}

