/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles.scss ***!
  \******************************************************************************************************************************************************************/
.exovid-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden; }
  .exovid-wrapper .exovid-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 1.5s ease-in 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2; }
  .exovid-wrapper .exovid-mask-content {
    text-align: center;
    padding: 0 32px;
    width: 100%; }
    .exovid-wrapper .exovid-mask-content p {
      margin-top: 0;
      margin-bottom: 0; }
  .exovid-wrapper .exovid-caption {
    font-size: 24px !important;
    margin-bottom: 5px !important;
    margin-top: 0; }
  .exovid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .exovid-wrapper a {
    text-decoration: underline; }
    .exovid-wrapper a:hover {
      text-decoration: underline; }
    .exovid-wrapper a:hover, .exovid-wrapper a:visited {
      color: #2196f3; }
  .exovid-wrapper span {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 1.35;
    text-align: center; }
    .exovid-wrapper span a {
      text-decoration: underline; }
  .exovid-wrapper button.exovid-btn {
    border: 1px solid;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 16px;
    display: inline-block;
    overflow: hidden;
    border-radius: 0px;
    background-color: transparent;
    cursor: pointer;
    line-height: 1; }
    .exovid-wrapper button.exovid-btn.exovid-load-one {
      margin-bottom: 8px; }
  .exovid-wrapper .exovid-hints {
    margin-top: 7px;
    font-size: 14px; }
  .exovid-wrapper .exovid-info-circle {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    left: unset;
    right: 5%;
    bottom: 4px;
    opacity: 1;
    transform: translateX(0);
    background-color: transparent;
    cursor: pointer; }
    .exovid-wrapper .exovid-info-circle span {
      position: static; }
  .exovid-wrapper .exovid-info-box {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: transform .75s;
    transform: translateY(100%); }
    .exovid-wrapper .exovid-info-box .exovid-modal-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      padding: 3% 4%;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      transition: transform .75s;
      transform: translateY(-100%);
      overflow: scroll; }
      .exovid-wrapper .exovid-info-box .exovid-modal-content p {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.2;
        font-size: 14px; }
    .exovid-wrapper .exovid-info-box .exovid-modal-header {
      align-self: end; }
      .exovid-wrapper .exovid-info-box .exovid-modal-header span {
        position: static;
        border: none !important; }
    .exovid-wrapper .exovid-info-box .exovid-developed {
      align-self: end;
      line-height: 1.32;
      text-align: right; }
    .exovid-wrapper .exovid-info-box.exovid-infobox-show {
      transform: translateY(0); }
      .exovid-wrapper .exovid-info-box.exovid-infobox-show .exovid-modal-content {
        transform: translateY(0); }
  .exovid-wrapper .exovid-info-closer {
    font-size: 20px; }
  .exovid-wrapper .small {
    font-size: 12px !important; }

@media (min-width: 576px) {
  .exovid-wrapper .exovid-caption {
    font-size: 30px !important; }
  .exovid-wrapper button.exovid-btn {
    font-size: 18px;
    padding: 12px 32px; }
  .exovid-wrapper .exovid-info-circle {
    bottom: 12px; }
  .exovid-wrapper .exovid-info-box .exovid-modal-content p {
    line-height: 1.6;
    font-size: 16px; } }


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