* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#product_viewer {
	max-width: 70%;
	margin-left: 350px;
	margin-top: 0px;
}

#product_viewer img {
	display: block;
	width: 70%;
}

.rotation360{
	position: absolute;
    bottom: 20px;
    right: 20px;
	width: 100px;
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.rotation360 img {
	width: 100px;
    height: 40px;
}