/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/* .full-height-width {
    height: 100% !important;
    width: 100% !important;
} */

.width-100 {
   width: 100% !important;
}

div.col-lg-6 > figure > a >img {
    /* height: 100% !important; */
    width: 100% !important;
    /* width: -webkit-fill-available; */
}

div.col-lg-6 > figure {
    height: 100% !important;
    width: 100% !important;
    width: -webkit-fill-available;
}

#hits div.col-lg-6 {
    width: 100% !important;
    height: 350px;
    width: -webkit-fill-available;
}