.featured-image-loop{
  width:100%!important;
  position:relative;
}
.featured-image-loop a{
  width:100%;
 height:auto;
  position: static!important
}

.featured-image-loop img{
  width: 100% !important;
height: auto !important;
  z-index: 1!important;
}


.editor-styles-wrapper .featured-image-loop img {
	display: none;
}

.editor-styles-wrapper .featured-image-loop img:first-child {
  display: block;
}


@media screen and (max-width: 768px) {
 .featured-image-loop{ width:110%!important; margin-left:-5%;}
}

