/* TEMP OVERRIDE */
/*.view360-box-button {
	top: 10%;
}*/
/* TEMP OVERRIDE */

.product-header > .slider {
	position: relative;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/* Large devices (desktops, 1025px and up)*/

@media (min-width: 1025px) {

	.product-header > .slider {
		position: absolute;
	}

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/* IPAD LANDSCAPE */
@media (min-width: 900px) and (max-width: 1024px) {

}