My home page features a full screen image header that I'm working to make responsive. The width of the image is being cut off on various screen sizes.
I've attempted adjusting the height and width settings, but I want the image itself to resize responsively.
.hero-small {
height: 886px!important;
width: auto;
}
Check out my website here!