.head img {
width: 100%;
height: 100%;
object-fit: cover;
}

.fullwidth-image {
display: block;
width: calc(100% + 50px);
margin-left: -25px;
margin-right: -25px;
margin-bottom: -10px;
height: auto;
}