/*
Theme Name: Headshot Child Theme
Description: Theme enfant de Divi par Headshot
Author: Agence Headshot
Author URI: https://agence-headshot.com
Template: Divi
Version: 1.1
*/




@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}


.blog .entry-featured-image-url {
  padding-top: 66.66%!important;
  display: block!important;
}

.blog .entry-featured-image-url img {
  position: absolute!important;
  height: 100%!important;
  width: 100%!important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover!important;
}

  .post-content-inner {
    margin-bottom: 20px!important;
}
  

