.image-rotate-wrapper {
  padding: 50px 20px;
  float: none;
  clear: both;
}
.image-rotate-wrapper h2.text-center {
  font-size: 45px;
  font-weight: 300;
  margin: 0px 0px 30px;
  text-align: center;
}
.rmProd-view-360 .view-360 img.rotate-left {
  left: 0;
  width: auto;
  max-width: auto;
  height: auto;
}
.rmProd-view-360 .view-360 .fa, .rmProd-view-360 .view-360 .resicon {
  cursor: pointer;
  position: absolute;
  font-size: 120px;
  font-size: 12rem;
  top: 50%;
  margin-top: -15px;
  margin-top: -1.5rem;
  color: #25aae1;
  z-index: 1;
}
.rmProd-view-360 .view-360 img {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  max-width: 80rem;
  height: auto;
}
.resicon.rotate-left {
  position: absolute;
  top: 50%;
  left: 0%;
}
.resicon {
  display: inline-block;
  font: normal normal normal 14px/1 "resicon";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rmProd-view-360 .view-360 img.rotate-right {
  right: 0;
  width: auto;
  max-width: auto;
  height: auto;
}
.resicon.rotate-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  right: 0%;
}
.resicon {
  display: inline-block;
  font: normal normal normal 14px/1 "resicon";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rmProd-view-360 .view-360 {
  position: relative;
  text-align: center;
  margin: 0 16.66666667%;
  padding: 0 15px;
  padding: 0 1.5rem;
  cursor: ew-resize;
}

@media (max-width: 682px){
  .image-rotate-wrapper #threesixty-warp img#prev {
    left: 0% !important;
  }
  .image-rotate-wrapper #threesixty-warp img#next {
    right: 0% !important;
  }
  div#threesixty-warp {
    overflow-x: hidden;
  }
}
@media (max-width: 526px){
  .image-rotate-wrapper #threesixty-warp img {
    max-width: 90px !important;
  }
}
}