#main-content {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  margin-top: 30px !important;
}

.text-center {
  text-align: center !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

[class*="col-"] {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.col-xs-12 h2,
.col-xs-12 h3,
.col-xs-12 h4,
.col-xs-12 h5,
.col-xs-12 h6 {
  font-size: 24px !important;
  font-weight: normal !important;
  margin-top: 0px;
  margin-bottom: 0.5em;
}

.col-xs-12 h2 a,
.col-xs-12 h3 a,
.col-xs-12 h4 a,
.col-xs-12 h5 a,
.col-xs-12 h6 a {
  font-size: 24px !important;
  font-weight: normal !important;
  margin-top: 0px;
  margin-bottom: 0.5em;
  text-decoration: none !important;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.col-xs-12 img {
  margin-bottom: 25px;
  max-width: 100%;
  height: auto;
}

.col-xs-12:has(.btn_viewInv) {
  position: relative;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 22px !important;
  font-family: inherit !important;
}
.contentCell_right {
  padding-left: 0;
}
.contentCell_left {
  padding-right: 0;
}
.title_float {
  color: #fff;
  text-shadow: 2px 2px 2px #333;
  position: absolute;
  top: 2%;
  left: 5%;
  font-weight: 900;
}
.btn_viewInv {
  background-color: rgba(102, 102, 102, 0.3);
  color: #fff !important;
  font-size: 250%;
  padding: 10px 20px;
  position: absolute;
  bottom: 8%;
  right: 10%;
  border-radius: 5px;
  text-decoration: none !important;
}
.btn_viewInv:hover {
  color: #fff;
  text-decoration: none;
}
.col-xs-12 img {
  margin-bottom: 25px;
}
/* Desktop: push/pull for alternating image left/right */
@media (min-width: 992px) {
  .col-md-6 {
    width: 50% !important;
    float: left;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
}

/* Reset push/pull on tablet and mobile so content stacks naturally */
@media (max-width: 991px) {
  .col-md-push-6 {
    left: auto;
  }
  .col-md-pull-6 {
    right: auto;
  }
  .col-md-push-1 {
    left: auto;
  }
  .col-md-pull-1 {
    right: auto;
  }
}
@media (max-width: 992px) {
  .img-wrapper,
  .col-xs-12 {
    position: static;
  }
  .table {
    margin: 0;
  }
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px !important;
  }
  .contentCell_right {
    padding-left: 15px;
  }
  .contentCell_left {
    padding-right: 15px;
  }
  .title_float {
    position: unset !important;
    color: inherit;
    text-shadow: none;
  }
  .btn_viewInv {
    position: unset;
    font-size: 200%;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    text-align: center;
    background-color: black;
  }
}
