/*
Block Name: Image with text boxes
Description: Adds a background image to a container and then allows repeating content over the top.
*/

.block-image-with-text-boxes .image-container { background-size: cover; background-position: center center; background-repeat: no-repeat; }