html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */ }
  html .cover, body .cover {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%; }
    html .cover .features, body .cover .features {
      position: absolute;
      bottom: 0;
      background: lightgrey;
      width: 100%;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-height: 351px) and (max-height: 650px) and (orientation: landscape) {
        html .cover .features, body .cover .features {
          height: 70px; } }
      html .cover .features .logo, body .cover .features .logo {
        width: 25%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        position: absolute; }
        @media screen and (min-width: 0px) and (max-width: 504px) and (orientation: portrait) {
          html .cover .features .logo, body .cover .features .logo {
            width: 20%; } }
        html .cover .features .logo .customLogo, body .cover .features .logo .customLogo {
          position: absolute;
          height: 70%; }
          @media screen and (min-height: 351px) and (max-height: 650px) and (orientation: landscape) {
            html .cover .features .logo .customLogo, body .cover .features .logo .customLogo {
              height: 50%; } }
          @media screen and (min-width: 0px) and (max-width: 504px) and (orientation: portrait) {
            html .cover .features .logo .customLogo, body .cover .features .logo .customLogo {
              width: 90%;
              height: auto; } }
          @media screen and (min-width: 505px) and (max-width: 1024px) and (orientation: portrait) {
            html .cover .features .logo .customLogo, body .cover .features .logo .customLogo {
              height: 50%; } }
      html .cover .features .info, body .cover .features .info {
        position: absolute;
        background: #706e6f;
        position: absolute;
        height: 80%;
        width: 50%;
        border-radius: 7px;
        display: flex; }
        @media screen and (min-width: 0px) and (max-width: 504px) and (orientation: portrait) {
          html .cover .features .info, body .cover .features .info {
            width: 60%; } }
        html .cover .features .info .profileInfo, body .cover .features .info .profileInfo {
          width: 50%;
          display: flex;
          align-items: center;
          height: 100%; }
          @media screen and (min-width: 0px) and (max-width: 504px) and (orientation: portrait) {
            html .cover .features .info .profileInfo, body .cover .features .info .profileInfo {
              width: 100%; } }
          html .cover .features .info .profileInfo .profileImage, body .cover .features .info .profileInfo .profileImage {
            height: 90%;
            object-fit: cover;
            border-radius: 5px;
            margin-left: 5px; }
            @media screen and (min-height: 351px) and (max-height: 650px) and (orientation: landscape) {
              html .cover .features .info .profileInfo .profileImage, body .cover .features .info .profileInfo .profileImage {
                width: 23%; } }
          html .cover .features .info .profileInfo .profileCred, body .cover .features .info .profileInfo .profileCred {
            height: 100%;
            color: white;
            margin-left: 5px; }
            html .cover .features .info .profileInfo .profileCred .profileName, body .cover .features .info .profileInfo .profileCred .profileName {
              text-transform: uppercase;
              font-size: 30px; }
              @media screen and (min-height: 351px) and (max-height: 650px) and (orientation: landscape) {
                html .cover .features .info .profileInfo .profileCred .profileName, body .cover .features .info .profileInfo .profileCred .profileName {
                  font-size: 20px; } }
              @media screen and (min-width: 505px) and (max-width: 1024px) and (orientation: portrait) {
                html .cover .features .info .profileInfo .profileCred .profileName, body .cover .features .info .profileInfo .profileCred .profileName {
                  font-size: 22px; } }
              @media screen and (min-width: 0px) and (max-width: 504px) and (orientation: portrait) {
                html .cover .features .info .profileInfo .profileCred .profileName, body .cover .features .info .profileInfo .profileCred .profileName {
                  font-size: 18px; } }
            html .cover .features .info .profileInfo .profileCred .profileTitle, body .cover .features .info .profileInfo .profileCred .profileTitle {
              text-transform: uppercase;
              font-size: 15px; }
              @media screen and (min-height: 351px) and (max-height: 650px) and (orientation: landscape) {
                html .cover .features .info .profileInfo .profileCred .profileTitle, body .cover .features .info .profileInfo .profileCred .profileTitle {
                  font-size: 13px; } }
              @media screen and (min-width: 505px) and (max-width: 1024px) and (orientation: portrait) {
                html .cover .features .info .profileInfo .profileCred .profileTitle, body .cover .features .info .profileInfo .profileCred .profileTitle {
                  font-size: 15px; } }
              @media screen and (min-width: 0px) and (max-width: 504px) and (orientation: portrait) {
                html .cover .features .info .profileInfo .profileCred .profileTitle, body .cover .features .info .profileInfo .profileCred .profileTitle {
                  font-size: 14px; } }
        html .cover .features .info .profilePhone, body .cover .features .info .profilePhone {
          width: 50%;
          display: flex;
          align-items: center;
          text-decoration: none;
          color: white; }
          @media screen and (min-width: 0px) and (max-width: 504px) and (orientation: portrait) {
            html .cover .features .info .profilePhone, body .cover .features .info .profilePhone {
              position: absolute;
              left: 0;
              bottom: 0;
              width: 50%;
              left: 40%;
              height: 30%; } }
          html .cover .features .info .profilePhone .phoneIcon, body .cover .features .info .profilePhone .phoneIcon {
            height: 50%;
            cursor: pointer; }
            @media screen and (min-width: 0px) and (max-width: 504px) and (orientation: portrait) {
              html .cover .features .info .profilePhone .phoneIcon, body .cover .features .info .profilePhone .phoneIcon {
                height: 80%; } }
          html .cover .features .info .profilePhone .phoneNumber, body .cover .features .info .profilePhone .phoneNumber {
            margin-left: 10px;
            font-size: 30px; }
            @media screen and (min-width: 0px) and (max-width: 504px) and (orientation: portrait) {
              html .cover .features .info .profilePhone .phoneNumber, body .cover .features .info .profilePhone .phoneNumber {
                font-size: 15px; } }
            @media screen and (min-height: 351px) and (max-height: 650px) and (orientation: landscape) {
              html .cover .features .info .profilePhone .phoneNumber, body .cover .features .info .profilePhone .phoneNumber {
                font-size: 16px; } }
            @media screen and (min-width: 505px) and (max-width: 1024px) and (orientation: portrait) {
              html .cover .features .info .profilePhone .phoneNumber, body .cover .features .info .profilePhone .phoneNumber {
                font-size: 18px; } }
      html .cover .features .audio, body .cover .features .audio {
        position: absolute;
        height: 100%;
        right: 10px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        cursor: pointer; }
        @media screen and (min-width: 0px) and (max-width: 504px) and (orientation: portrait) {
          html .cover .features .audio, body .cover .features .audio {
            height: 60%; } }
        @media screen and (min-height: 351px) and (max-height: 650px) and (orientation: landscape) {
          html .cover .features .audio, body .cover .features .audio {
            margin-right: 20px; } }
        @media screen and (min-height: 651px) and (max-height: 768px) and (orientation: landscape) {
          html .cover .features .audio, body .cover .features .audio {
            margin-right: 30px; } }
        @media screen and (min-width: 505px) and (max-width: 1024px) and (orientation: portrait) {
          html .cover .features .audio, body .cover .features .audio {
            margin-right: 20px; } }
        html .cover .features .audio .audioImg, body .cover .features .audio .audioImg {
          height: 80%; }
          @media screen and (min-width: 505px) and (max-width: 1024px) and (orientation: portrait) {
            html .cover .features .audio .audioImg, body .cover .features .audio .audioImg {
              height: 70%; } }

.iframeWrapper {
  position: absolute;
  width: 100%;
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  display: flex;
  justify-content: center; }
  @media screen and (min-height: 351px) and (max-height: 650px) and (orientation: landscape) {
    .iframeWrapper {
      height: -moz-calc(100% - 70px);
      height: -webkit-calc(100% - 70px);
      height: calc(100% - 70px); } }
  .iframeWrapper .poweredLogoContainer {
    position: absolute;
    width: 30vh;
    height: 90px;
    background: #363636;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    opacity: 1;
    transition: opacity 5s ease-in; }
    @media screen and (min-height: 351px) and (max-height: 650px) and (orientation: landscape) {
      .iframeWrapper .poweredLogoContainer {
        width: 50vh;
        height: 70px;
        bottom: 20px; } }
    @media screen and (min-width: 505px) and (max-width: 1024px) and (orientation: portrait) {
      .iframeWrapper .poweredLogoContainer {
        bottom: 50px; } }
    @media screen and (min-height: 0px) and (max-height: 350px) and (orientation: landscape) {
      .iframeWrapper .poweredLogoContainer {
        bottom: 10px;
        width: 50vh;
        height: 50px; } }
    .iframeWrapper .poweredLogoContainer .poweredLogo {
      position: absolute;
      width: 70%;
      max-height: 90%; }
  .iframeWrapper .smallLogoContainer {
    display: none;
    position: absolute;
    width: 80px;
    height: 20px;
    background: #363636;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 10px; }
    .iframeWrapper .smallLogoContainer .smallLogo {
      position: absolute;
      width: 70%; }

