@davewatershape-com: Hello Dave,
It is not possible to shrink the image like you suggested as their is logo and text over the slider image.
To have an overlay over the slider image
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#feature-slider-section .post-thumbnail:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.6);
}
You can change the value 0.6 to change the opacity.
Let me know if this works out!
Kind Regards,
Skandha