.three-sixty {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}
.three-sixty iframe {
  height: calc(100% + 100px);
  width: calc(100% + 100px);
  border: 0;
  position: absolute;
  top: -50px;
  right: -50px;
  left: -50px;
  bottom: -50px;
}

.three-sixty iframe .momento-360-view .logo-anchor {
  display:none !important;
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .three-sixty {
    padding-bottom: 125%;
  }
}