.vr360sliderimage {
    width: 200px;
    height: 100px;
    border-radius: 10px;
}

.vr360slider {
  width: 1099px;
  text-align: center;
  overflow: hidden;
}

.vr360slides {
  display: flex;  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.vr360slides::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.vr360slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.vr360slides::-webkit-scrollbar-track {
  background: transparent;
}
.vr360slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 200px;
  height: 100px;
  margin-right: 10px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.vr360slides > div:target {
/*   transform: scale(0.8); */
}

.vr360slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.vr360slider > a:active {
  top: 1px;
}
.vr360slider > a:focus {
  background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .vr360slider > a {
    display: none;
  }
}

.vr360carouselslidetitle {
  width: 188px;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 8px;
  white-space: nowrap;
}

#vr360modecheckbox {
	margin: .4rem;
	transform: scale(1.5);
	vertical-align: middle;
}

#vr360modelabel {
	font-size: 1rem;
	line-height: 100%;
	padding: 0 0 0 5px;
	vertical-align: middle;
}

#vr360modediv {
	margin-top: 10px;
}

.pnlm-title-box {
	font-size: 1rem;
}
