/*FIX SALIENT v15.0.5 Post Grid Item*/

.nectar-post-grid .nectar-post-grid-item-bg img {
  position: absolute;
  right: 20px;
  top: 20px;
  left: unset;
  height: unset;
  width: 8vw !important;
}
@media only screen and (max-width: 999px) {
    .nectar-post-grid .nectar-post-grid-item-bg img {
      width: 110px !important;
    }
}
@media only screen and (max-width: 690px) {
    .nectar-post-grid .nectar-post-grid-item-bg img {
      width: 90px !important; 
    }
}
@media only screen and (max-width: 480px) {
    .nectar-post-grid .nectar-post-grid-item-bg img {
      width: 130px !important;
    }
}
@media only screen and (min-width: 1500px) {
    .nectar-post-grid .nectar-post-grid-item-bg img {
      width: 130px !important;
    }
}

/* END FIX SALIENT V15.0.05 */



/*FIX SALIENT v16.1.2 Post Grid Item*/

body .ow-case-study-row .nectar-post-grid .nectar-post-grid-item-bg img {
  height: unset;
}

/* END FIX SALIENT V16.1.2 */


/*FIX SALIENT v16.1.3 Top Menu spacing*/

div#ajax-content-wrap {
  margin-top: -26px;
} 

/* END FIX SALIENT V16.1.3 */
