@font-face {
  font-family: 'mcg-icons';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/merida-icons.eot');
  src: url('../fonts/merida-icons.eot#iefix') format('embedded-opentype'), url('../fonts/merida-icons.ttf') format('truetype'), url('../fonts/merida-icons.woff') format('woff');
}

.image-360 {
  text-align: center;
  position: relative;
}
.image-360-open {
  cursor: pointer;
  display: inline-block;
  font-size: 35px;
  margin: 0 auto;
}
.image-360-close {
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99999999;
}
.image-360-iframe-container {
  display: none;
}
.image-360-iframe-container.open {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 888888888;
  background: #fff;
}
.image-360-iframe {
  height: 100%;
  width: 100%;
}
[class*="merida-icon-"], [class*="mcg-icon-"] {
    font-family: 'mcg-icons', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.mcg-icon-360:before, .merida-icon-360:before {
    content: "\e900";
}
/*# sourceMappingURL=image-360.css.map */