.con1Info {
  bottom: 60px;
  left: 20px;
  padding: 0;
}
.con1Info .con1InfoCon {
  padding: 0 !important;
}

.popupModal.redModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popupModal.redModal .popupContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.popupModal.redModal img, .popupModal.redModal button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupModal.redModal img {
  width: 250px;
  max-width: 90%;
}
.popupModal.redModal .closeButton {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: solid 2px white;
  border-radius: 30px;
}
.popupModal.redModal .closeButton:before, .popupModal.redModal .closeButton:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 12px);
  height: 3px;
  background-color: white;
}
.popupModal.redModal .closeButton:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupModal.redModal .closeButton:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#player {
  background-color: black !important;
  background-image: url(../images/bo2.png) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#player video, #player .tcplayer {
  background: unset !important;
}

.marquee {
  display: none !important;
}

video {
  -o-object-position: top;
  object-position: top;
}