

@media only screen and (max-width: 600px) {
    body {
        padding: 30px 15px 30px 15px;
    }

    .pf-header-img {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container section .stuff {
        font-size: 14px;
    }

    .research-close-btn {
      width: 100%;
    }

    .research-container section .stuff:before, .research-container section .stuff:after {
      width: 100%;
      height: 0px;
      display: block;
      background-color: #fff;
      content: "";
      margin: 30px 0;
    }

    .dice-inner-container {
      height: 50%;
    }
  }

  .mobile-body {
    padding: 15px 15px 15px 15px;
    position: relative;
  }

  .mobile-header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  .mobile-header h5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .action_card {
    margin-left: 5px;
    margin-right: 5px;
  }

  .presentation-section-mobile {
    position: fixed;
    z-index: 501;
    opacity: 1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 30px;
  }

  .presentation-section-active {
    pointer-events: all;
    background-color: #caecc4de;
  }

  .presentation-section-disabled {
    pointer-events: none;
    background: transparent;
  }

  .background-mobile {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-image: url('/static/images/bluesky.png');
	  background-position: center top;
    background-size: 100% auto;
  }

  .scout-continue-button {
    width: calc(100% - 60px);
    position: fixed;
    bottom: 15px;
    left: 30px;
  }

