.f_ac {
  display: flex;
  align-items: center;
}

.f_jc {
  display: flex;
  justify-content: center;
}

.f_ac_jc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.f_ac_jsb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_ac_jsa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.fd {
  display: flex;
  flex-direction: column;
}

.fd_ac {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fd_ac_jsb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.fd_jc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#macguidevideo-popupContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.macguidevideo-popup {
  width: 77vw;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: auto;
}

#macguidevideo-closePopup {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 52px;
  z-index: 20;
}

/* #macguidevideo {
  width: 100%;
} */
