/* Beginning of Ticket 17814200263110 - Steve */

/* https://app.intercom.com/a/apps/uinqovrx/inbox/inbox/3396359/conversations/17814200263110 */

/* extend gallery page text to 100% width | Steve 22 Oct 2020 testing */

#content .text {
    max-width: 100%!important;
}

/* ends test */

/* End of Ticket 17814200263110 */

.gallery-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.gallery-row-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px 15% 0px 15%;
}

.gallery-button {
  background-color: #34675C;
  color: #F9FAFF;
  border: 0px !important;
  padding: 10px 20px 10px 20px;
  white-space: nowrap;
  width: 130px;
}

@media screen and (max-width: 720px) {
  .gallery-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  
    .gallery-row-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 0px 0px;
  }
  
  .gallery-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-decoration: none !important;
  }
  
  .gallery-button {
    background-color: #34675C;
    color: #F9FAFF;
    border: 0px !important;
    padding: 10px 20px 10px 20px;
    width: 80%;
    margin-top: 30px;
  }
}
