@charset "utf-8";

@media (max-width: 480px){
	
	.pinedrakelogosideways {
	width:auto;
	height:50px;
	}
	
	.social-media-bar {
    width: 50%;
    height: 115px;
    float: right;
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
}

.social-media-button {
    margin-left: 2%;
    margin-right: 3%;
	width:15%;
	height:auto;
	-webkit-translation:0.3s;
	translation:0.3s;
}
	
	.title-image {
	width:90%;
	height:auto;
}
	
	.description-text {
    color: #AE7E50;
    font-family: "Slabo27px Regular";
	font-size: 3vw;
}

	.wishlist-button{
    width: 80%;
    background-color: transparent;
    border-color: transparent;
	background-size: cover;
    height: auto;
    background-repeat: no-repeat;
	}
	
	.wishlist-button-image{
	width:80%;
}
	.wishlist-button-image:hover{
    background-image:url("Assets/WishlistNow_Button_GLOW.png");
	background-size:cover;
}
	
	.trailer {
	width: 300px;
	height: 169px;
}
	
	.legal-text {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-size: small;
    color: hsla(0,0%,100%,1.00);
    margin-left: 30px;
    padding-top: 5px;
}
	
	.footer {
	width:100%;
	height: 35px;
	background-color:black;
}
	
}
