.currently-listening  {
	max-width: 1082px;
		margin: 40px auto;
		display: flex;
		justify-content: space-between;
}
.currently-listening .left {
	width: 322px;
}
.currently-listening .left .title p {
	margin: 26px 0 27px;
	font-family: 'freight-big-pro';
	font-size: 40px;
	font-weight: 100;
	letter-spacing: -0.08rem;
}
.currently-listening .left .title p em {
	letter-spacing: 0;
}
.currently-listening .left .desc {
	font-size: 12px;
	line-height: 16px;
	display: block;
	font-weight: 100;
}
.currently-listening .spotify-wrap {
	width: 677px;
	background: #5A644B;
	border-radius: 11px;
	color: white;
	padding: 42px 45px 25px;
	filter: drop-shadow(2px 2px 5px #b8b8b8);
	position: relative;
	display: flex;
	justify-content: space-between;
}
.currently-listening .spotify-wrap .lside .spotify-logo {
	width: 47px;
	height: 47px;
	object-fit: contain;
	display: block;
	margin: 0;
	position: absolute;
	left: 0;
	top: 5px;
}
.currently-listening .spotify-wrap .lside {
	width: 50%;
	position: relative;
	padding-left: 65px;
}
.currently-listening .spotify-wrap .lside .by {
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02rem;
}
.currently-listening .spotify-wrap .lside a {
	font-family: 'freight-big-pro';
	font-size: 22px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	display: block;
	position: relative;
	width: fit-content;
	letter-spacing: -0.06rem;
	font-weight: 100;
}
.currently-listening .spotify-wrap .lside .play-icon {
	width: 12px;
	height: 12px;
	object-fit: contain;
	display: block;
	position: absolute;
	top: 8px;
	right: -20px;
}
.currently-listening .spotify-wrap:before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background-image: url(../../assets/icons/utility/tape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -102px;
	left: 0;
	right: 0;
	margin: auto;
}
.currently-listening .rside a{
	transform: rotate(-6deg);
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'California Palms Script';
	font-size: 42px;
	line-height: 25px;
	width: 110px;
	text-align: center;
	font-weight: 100;
}
.currently-listening .rside img {
	width: 53px;
	height: 71px;
	object-fit: contain;
	display: block;
	margin: -6px 20px 6px 0;
}
.currently-listening .rside{
	display:flex;
	justify-content: flex-end;
}
@media all and (max-width:1130px) {
	.currently-listening {
		max-width: 1000px;
	}
	.currently-listening .spotify-wrap {
		width:620px;
	}
}
@media all and (max-width: 1020px) {
	.currently-listening {
		max-width: 700px;
		display: block;
	}
	.currently-listening .left {
		width: 322px;
		margin: 0 0 32px;
	}
}
@media all and (max-width:768px) {
	.currently-listening {
		max-width: 500px;
		display: block;
	}
	.currently-listening .spotify-wrap {
		width: 100%;
		padding: 42px 12px 25px;
	}
}
@media all and (max-width:550px) {
	.currently-listening {
		max-width: 93%;
		display: block;
		margin: 32px auto;
	}
	.currently-listening .rside {
		position: relative;
		z-index: 2;
	}
	.currently-listening .spotify-wrap {
		display: block;
	}
	.currently-listening .spotify-wrap .lside {
		width: 248px;
		position: relative;
		padding-left: 65px;
		margin: 0 auto;
	}
	.currently-listening .rside {
		position: relative;
		z-index: 2;
		margin-top: 30px;
		justify-content: center;
	}
	.currently-listening .left .title p {
		margin: 0 0 22px;
		font-family: 'freight-big-pro';
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -0.08rem;
	}
	.currently-listening {
		overflow: hidden;
	}
}