.page {
  overflow: hidden;
  margin-top: 1em; }
  @media only screen and (min-width: 576px) {
    .page .bridgecontent .pictureOne {
      float: right;
      width: 50%; }
    .page .bridgecontent .pictureTwo {
      float: left;
      clear: right;
      width: 50%; } }
  .page .bridgecontent .text.textThree {
    margin-bottom: 1.7rem; }
  .page .bridgecontent .bottomPhoto {
    margin-bottom: 1.7rem; }
    .page .bridgecontent .bottomPhoto img {
      width: 100%; }
  .page .bridgecontent .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .page .bridgecontent .picture img {
      width: 100%; }

div.page {
  max-width: 1000px; }

/*# sourceMappingURL=maps/page.css.map */
