.fa-1-25x,.fa-1x25{
	font-size: 1.25rem;
}
.fa-1-5x, .fa-1x5{
	font-size: 1.5rem;
}
.cast-box {
	width: 100%;
}

.backdrop-blur{
	backdrop-filter: blur(2px) !important;
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.cast-box {
		width: 75% !important;
	}
	.playlist-detail-box {
		width: 75% !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.cast-box {
		width: 75% !important;
	}
}

/* Larger landscape tablets, 820px and up) */
@media only screen and (min-width: 820px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 990px) {
	.cast-box {
		width: 50% !important;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.cast-box {
		width: 40% !important;
	}
}