.header-module-post {
  margin-top: -66px;
}

.header-module-post .image-bg {
  background-size:cover !important;
  background-position:top !important;
  background-repeat:no-repeat !important;
}

.header-module-post .content {
  padding-top: 211px;
}

.header-module-post .title { width: 50%; }

.header-module-post .content h1 { color: #fff; }

.header-module-post .hero-wrapper { position: relative; }

.header-module-post .fe-wrapper {
  position: absolute;
  right: 0;
  bottom: -65px;
  width: 50%;
}

.header-module-post .listing-img {
  height: 327px;
  background-image: url(https://www.evolok.com/hubfs/europa%20science%20image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 0;
}

.header-module-post .tag-wrapper {
  position: absolute;
  right: 0;
  top: 55px;
  width: 269px;
  height: 107px; 
}

.header-module-post .logo-tag {
    position: relative;
    height: 107px;
    width: auto;
}   

.header-module-post .logo-tag img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    padding: 17px 24px 14px 24px;
}

/*=====================================================*/
/*=            Bootstrap 2.3.2 Media Queries          =*/
/*=====================================================*/

@media only screen and (max-width : 979px) {
  .header-module-post .content {
    padding-top: 150px;
  }
  .header-module-post .title {
    width: 100%;
}
  .header-module-post .fe-wrapper { 
    position: relative; 
    width: 100%;
    max-width: 572px;
    margin: 0 auto;
  }
}


@media only screen and (max-width : 768px) {
  .header-module-post .content {
    padding-top: 144px;
  }

}

@media only screen and (max-width : 580px) {

}

