.flexslider .slides img {

  //height: 495px !important;

  //width: 660px !important;
    height: inherit !important;
    width: inherit !important;
}

/************* Reviws **************/

span.stars-small {

    width: 52px;

    display: block;

    background: url(https://www.infraredtraining.com.au/wp-content/uploads/2017/11/stars-small.png) no-repeat left bottom;

    height: 15px;

    float: left;

    margin: 2px 5px 0 0;

}

span.stars-small span {

	display: block;

    background: url(https://www.infraredtraining.com.au/wp-content/uploads/2017/11/stars-small.png) no-repeat left top;

    height: 15px;

    margin: 0!important;

    float: left;

}

/************* Shared box **************/

/* .share-box {
    border: 1px solid #cc00cc;
    width: 100%;
    height: 54px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    background: inherit !important;
}

.share-box h4,.share-box ul {
    margin-top: 16px !important;
} */


.has-post-thumbnail .flexslider {
   float: left !important;
   margin-right: 20%;
}
.has-post-thumbnail .post-content {
   clear: both;
}

@media screen and (max-width: 420px) {
  .has-post-thumbnail .flexslider {
    float: none !important;
  }
}