h1.he1 {
  font-size: 60pxpx;
}

h2.he12 {
  font-size: 50pxpx;
  margin: 5px;
  padding: 0;
}

h2.he2 {
  font-size: 39pxpx;
  margin: 5px;
  padding: 0;
}

h3.he3 {
  font-size: 18pxpx;
}

h4.he4 {
  font-size: 16pxpx;
}

div.thumbs {
  width: 100%;
  height: 100%;
}

div.thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 420px;
  margin: 10px;
  vertical-align: middle;
}

.a_thumb {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.a_thumb .video_thumb {
  position: absolute;
  margin: auto;
  display: block;
  bottom: 0px;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -30%);
  opacity: 1;
}
.a_thumb .pdf_thumb {
  display: none;
  width: 50px;
  position: absolute;
  opacity: 0.4;
  bottom: 15%;
  right: -1%;
}
.a_thumb .aImageInBack {
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: top;
}
.a_thumb .imgHidden {
  opacity: 0.5;
}
.a_thumb ._thumb {
  display: none;
}
.a_thumb .image {
  display: none;
}
.a_thumb .imgThumb {
  width: 100%;
}

.he1, .he2, .he3, .he4 {
  color: #008BCC;
  font-family: "GothamHTF-Ultra";
  text-align: center;
  width: 100%;
}

div.preview_box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  opacity: 1;
  overflow-y: hidden;
}
div.preview_box .preview {
  background-color: #008BCC;
  width: 100%;
  height: 100%;
  opacity: 1;
}
div.preview_box .pdf {
  background-image: url("../assets/app/rotate.gif");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #464646;
  width: 100%;
  height: 100%;
  opacity: 1;
}
div.preview_box .pdf iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  border: none;
}
div.preview_box .video {
  position: fixed;
  width: 1920px;
  height: 1080px;
  object-fit: initial;
}

.closeX {
  z-index: 1;
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  vert-align: middle;
  text-align: center;
  font-family: "GothamHTF-Ultra";
  opacity: 0.6;
  color: white;
  font-size: 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
}

.pdfPrintHideToolbar {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 100%;
  height: 31px;
  background-color: #464646;
  opacity: 1;
}

.pdfPrintHide {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 150px;
  height: 31px;
  background-color: #464646;
  opacity: 1;
}

.pdfPrintHideImg {
  position: absolute;
  top: 10px;
  right: 0;
}

/*# sourceMappingURL=app_content.css.map */
