.aaa-mouseover {
  display: block;
}

.aaa-mouseover .mo-interactive_area {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.aaa-mouseover .mo-section {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
}

@media (min-width: 768px) {
  .aaa-mouseover .mo-section {
    width: auto;
  }
}

.aaa-mouseover .mo-section .mo-btn {
  display: block;
  text-indent: -5000rem;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #fff;
  border: 6px solid #0C67B0;
}

@media (min-width: 768px) {
  .aaa-mouseover .mo-section .mo-btn {
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-indent: 0;
    width: auto;
    height: auto;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    background-color: #0C67B0;
    border: 0 none transparent;
    color: white;
  }
}

.aaa-mouseover .mo-section .mo-btn:hover {
  cursor: pointer;
}

.aaa-mouseover .mo-section[data-name="spine"] {
  top: 15%; left: 75%;
}
.aaa-mouseover .mo-section[data-name="shoulder"] {
  top: 25%; left: 50%;
}
.aaa-mouseover .mo-section[data-name="elbow"] {
  top: 40%; left: 52%;
}
.aaa-mouseover .mo-section[data-name="hand"] {
  top: 55%; left: 80%;
}
.aaa-mouseover .mo-section[data-name="legs"] {
  top: 70%; left: 80%;
}

.mo-section-title {
  display: none;
}

.mo-info_box,
.mo-info_card {
  display: none;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.875rem;
  width: 200px;
  height: auto;
  padding: 0.5rem;
  background-color: #fff;
  border: 2px solid #0C67B0;
  color: #0C67B0;
}

@media (min-width: 768px) {
  .mo-info_box {
    font-size: 1rem;
    width: 320px;
    border: 3px solid #0C67B0;
    border-radius: 5px;
  }
}

.mo-img {
  display: inline-block;
  width: 33%;
}

.mo-img img {
  width: 100%;
  height: auto;
}

.mo-txt {
  display: inline-block;
  float: right;
  width: 67%;
  padding-left: 0.5rem;
}

.mo-info_box span,
.mo-info_card span {
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  text-transform: uppercase;
}
.mo-info_box p,
.mo-info_card p {
  font-size: 0.875rem !important;
  line-height: 1.25;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 768px) {
  .mo-info_box p,
  .mo-info_card p {
    font-size: 1rem !important;
    line-height: 1.25;
  }
}

.mo-info_box a,
.mo-info_card a {
  font-weight: 700;
}

.aaa-mouseover .mo-section.active {
  z-index: 9;
}

.mo-info_card {
  position: static;
  width: 100%;
}
