.image-360-icon {
	position: relative;
	align-items: normal !important;
	padding: 0px !important;
}

.image-360-icon img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;	
}

.image-360-icon img.cover {
	width: 100%;	
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.5);	
}

.image-360 {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding: 3px;
	border: 1px solid #dee2e6;

	@media screen and (width < 992px) {
		height: 300px;
	}
}

.image-360-controls .left, .image-360-controls .right {
	@media screen and (width < 445px) {
		margin: 0px;
	}
}

.view-in360-button {
	width: 100%;
	border-top-left-radius: 0%;
	border-top-right-radius: 0%;
}