.leaderboard {
 display:none;
}
article.node--unpublished {
    background-color: #fff;
}
.node--type-research-center-publication .node__content strong {
    font-size: 1.25rem;
    font-weight:bold;
    hyphens: none;
}
.node--type-research-center-publication .node__content .media--bundle--image__research-center-main {
    max-width:50%;
}
#edit-number-of-rfid-readers-installed-in-your-company {
  width:6rem;
}
.node--type-research-center-publication #edit-intro p {
  width:100%;
}
@media screen and (max-width: 995px) {
  .node--type-research-center-publication .node__content .media--bundle--image__research-center-main {
    margin-right:1rem;
  }
}

@media screen and (max-width: 995px) {
  .node--type-research-center-publication .node__content p {
    width: 40%;
  }
}

@media screen and (max-width: 995px) {
  .node--type-research-center-publication .node__content form {
    width: 95%;
    margin: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .node__content {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .node--type-research-center-publication .node__content .media--bundle--image__research-center-main {
    width:85%;
    max-width:85%;
    margin-right:0;
  }
}

@media screen and (max-width: 768px) {
  .node--type-research-center-publication .node__content .media--bundle--image__research-center-main img {
    width:100%;
  }
}

@media screen and (max-width: 768px) {
  .node--type-research-center-publication .node__content p {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
 .node--type-research-center-publication .node__content p strong {
    margin-top: 2rem;
    display: block;
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .node--type-research-center-publication .node__content form {
    width: 85%;
  }
}