.blog__wrap .imagetron__header {
  height: 350px;
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}

.blog__wrap .imagetron__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #575757;
  opacity: 0.5;
}

.blog__wrap .imagetron__header .page__header {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog__wrap .imagetron__header figure {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page__header .breadcrumb .breadcrumb-item {
  display: flex;
  text-align: start;
}

figure.image.image-style-align-left{
    margin-right: 10px;
}

figure.image.image-style-align-right{
    margin-left: 10px;
}

figure.image.image-style-align-left{
    float: left;
    width: 50%;
}

figure.image.image-style-align-right{
    float: right;
    width: 50%;
}

figure:not(.image-style-align-right):not(.image-style-align-left){
    text-align: center;
}

.page__content:after {
    content:"";
    display:block;
    clear:both;
}

/* media queries */

@media only screen and (min-width: 992px) {
  .blog__wrap .imagetron__header {
    height: 550px;
  }
}
