*{
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 1024px){
    .quantity .fa{
		margin: 5px;
		font-size: 16px;
	}
	#background-pc{
		display: none;
	}
	#background-mobile{
		display: block;
	}
	#background-set p{
		font-size: 24px;
	}
}
@media screen and (min-width: 1025px){
	.quantity .fa{
		margin: 5px 10px;
		font-size: 22px;
	}
	#background-pc{
		display: block;
	}
	#background-mobile{
		display: none;
	}
	#background-set p{
	    font-size: 36px;
	}
}
#background-set img{
	width: 100%;
}
#background-set p{
	color: #e2e2e2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#background-set a:hover{
	text-decoration: none;
}