@media only screen and (max-width : 911px) {
/*	.btn-arrow-box svg {
		left: 30% !important; 
		top: 30% !important;
	}
*/	
	.stage-banner-btn .btn-arrow-box svg {
		left: 30% !important; 
		top: 25% !important;
	}
	.gallery-btn-link .btn-arrow-box svg {
		left: 35% !important; 
		top: 33% !important;
	}
	.amiibo-main-head-bg.ColSMheight {
		height: 200px;
	}
	.amiibo-head-content, .amiibo-head-logos {
		position: relative;
		top: 105px;
	}
	.amiibo-head-logos, .amiibo-head-logos-acc {
		top: 95px;
	}
	.rw-btn .btn-content, .ro-btn .btn-content {
		width: 64.5%;
	}
}

@media only screen and (max-width : 767px) {
	
}
@media only screen and (max-width : 479px) {
/*	.btn-arrow-box svg {
		left: 40% !important; 
		top: 30% !important;
	}
*/	
	.amiibo-main-head-bg.ColSMheight {
		height: 240px;
	}
	.amiibo-head-content, .amiibo-head-logos {
		top: 20px;
	}
	.amiibo-head-logos, .amiibo-head-logos-acc {
		top: 35px;
	}
	.rw-btn .btn-content, .ro-btn .btn-content {
		width: 68px;
	}
	
}	