.single-featured-image-header img {
height: 25%;
margin-top: 40px;
width: 25%;
}
@media only screen and (max-device-width: 480px) {
.single-featured-image-header img {
width: 100%;
height: 100%;
margin-top: 40px;
}
}
@media only screen and (max-width: 767px)
.single-featured-image-header img {
margin-top: -22px;
}