#dmithreesixtygallery{
	margin: 0 auto;
	user-select: none;
	background-position: center center;
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.threesixty-wrapper .swiper{
    width: 1170px;
    max-width: 100%;
    padding: 0 55px;
}
.threesixty-wrapper .swiper .swiper-slide{
    cursor: pointer;
}
.threesixty-wrapper .swiper .swiper-slide{
    box-shadow: inset 0px 0px 0px 0px var(--e-global-color-primary );
    -webkit-box-shadow: inset 0px 0px 0px 0px var(--e-global-color-primary );
    -moz-box-shadow: inset 0px 0px 0px 0px var(--e-global-color-primary );
    transisiton: all .2s;
    border: 1px solid var(--e-global-color-primary );
}
.threesixty-wrapper .swiper .swiper-slide.swiper-slide-active{
    box-shadow: inset 0px 0px 0px 1px var(--e-global-color-primary );
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--e-global-color-primary );
    -moz-box-shadow: inset 0px 0px 0px 1px var(--e-global-color-primary );
    padding: 1px;
}
.threesixty-wrapper .swiper-button-prev{
    background:  var(--e-global-color-primary );
    height: 100%;
    width: 50px;
    top: 22px;
    left: 0;
    opacity: 1;
}
.threesixty-wrapper .swiper-button-next{
    background:  var(--e-global-color-primary );
    height: 100%;
    width: 50px;
    top: 22px;
    right: 0;
    opacity: 1;
}
.threesixty-wrapper .swiper-button-prev:after,
.threesixty-wrapper .swiper-button-next:after{
    font-size: 16px;
    color: #000;
    font-weight: 900;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@media (max-width: 677px){
	#dmithreesixtygallery{
		background-size: contain;
	}
}