.exp_27 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1000px;
  right: -1000px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9999999;
}

.col_27 {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: none;
}

.expcn_27,
.colcn_27,
#vidCont_27 {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.clicker_27 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.clbtn_27 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 1%;
  right: 2%;

  background-size: cover;

  cursor: pointer;
}
#vidCont_27 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle_left_27,
.circle_right_27 {
  position: absolute;
  width: 300px;
  height: 300px;
  background-size: 100%;
  /* left: calc(50% - 150px); */
  top: calc(50% - 150px);
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
}

.circle_left_27 {
  left: calc(48% - 150px);
  z-index: 10;
}
.circle_right_27 {
  right: calc(48% - 150px);
}

.circle_right_bottom_27,
.circle_right_top_27 {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100%;
}

.circle_right_top_27 {
  z-index: 15;
}

#playerCont_27 {
  z-index: -1;
  transform: scale(0);
}

/* =============================================================== */

/* =============================================================== */

@media (pointer: coarse) {
}

@media (pointer: fine), (pointer: none) {
}

@media (pointer: fine) and (any-pointer: coarse) {
}

/* =============================================================== */
/* MOBILE STYLING */
/* =============================================================== */

@media (orientation: portrait) {
  .circle_left_27,
  .circle_right_27 {
    width: 150px;
    height: 150px;
    top: calc(50% - 75px);
  }

  .circle_left_27 {
    left: calc(46% - 75px);
  }
  .circle_right_27 {
    right: calc(46% - 75px);
  }

  #player_27 {
    transform: scale(0.6);
  }
}
