.aw-featured-image {
  position: relative;
  width: 100%;
  height: 100%; }
  .aw-featured-image ._thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover; }
  .aw-featured-image ._no-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%; }
