/* BEGIN - Hide hero banner text */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - Hide hero banner text */

/* BEGIN - responsive behavior (auto adjust for different screen sizes) */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .resize {
  float: left !important;
  width: 100% !important;
  }
.resizet {
    float: left !important;
  width: 100% !important;
  }
  .block_inner img {
    max-width: 90%;
}
  .pad {
    padding-bottom: 60px !important;
  }
  .board {
    width: 100% !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .resize {
  float: left !important;
  width: 100% !important;
  }
.resizet {
    float: left !important;
    width: 100% !important;
  }
  .block_inner img {
    max-width: 90%;
}
    .pad {
    padding-bottom: 60px !important;
  }
    .board {
    width: 100% !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .resize {
  float: left !important;
        width: 100% !important;
  }
.resizet {
    float: left !important;
    width: 100% !important;
  }
  .block_inner img {
    max-width: 90%;
}
    .pad {
    padding-bottom: 60px !important;
  }
      .board {
    width: 100% !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.resize {
  width: 45% !important;
    float: right !important;
  }
  .resizet {
  width: 30% !important;
      float: right !important;
  }
    .pad {
    padding-bottom: 10px !important;
  }
      .board {
    width: 32% !important;
  }
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.resize {
  width: 45% !important;
    float: right!important;
  }
.resizet {
  width: 30% !important;
    float: right !important;
  }
  .pad {
    padding-bottom: 10px !important;
  }
      .board {
    width: 32% !important;
  }
  }


/* END - responsive behavior (auto adjust for different screen sizes) */