.swiper-container {
  width: 90%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media print {
  html,
  body {
    display: none;
  }
}

._1atpzt1 {
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

._11ur6k6 {
  margin: auto 1;
}

@media screen and (max-width: 1080px) {
  ._11ur6k6 {
    height: 18px;
    width: 16px;
  }
}

@media screen and (min-width: 1080px) {
  ._11ur6k6 {
    height: 23px;
    width: 20px;
  }
}

a:link {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

._v7o1do {
  text-decoration: none;
}

.break {
  margin-top: 25px;
}

.bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: white;
  text-align: center;
  padding: 10px;
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.05);
  z-index: 1;
}

.btn {
  background-color: #dd3939;
  border: none;
  color: white;
  padding: 9px 50px;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.space {
  margin: 35px;
}

@media screen and (min-width: 1024px) and (max-height: 1310px) {
  .qr {
    background-color: #fff;
    border: none;
    color: white;
    padding: 9px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: 110px;
  }
}

@media only screen and (max-device-width: 640px) {
  .qr {
    display: none;
  }
}

.vid_id {
  width: 50%;
}

@media only screen and (max-device-width: 768px) {
  .qr {
    display: none;
  }

  .vid_id {
    width: 90%;
  }
}

.img_div {
  border-radius: 15px;
}
