I have a problem which I can use your expertise. I have a page and that page has a hero image. The hero image is a background image. The way I did this is the following.
I have a region called hero image.
I created a image field (hero-image) on the page, formatter focal_point and excluded it from display
I created a view (block) with contextual filter of the node being viewed.
I created a twig override for the image field called views-view-fields--hero-image.html.twig
I am trying to implement the bootstrap 3 class listed below in a bootstrap 3 subtheme so I can make my embeds responsive. Every time I add the class below it causes my embeds to disappear. Where would I place these classes in a bootstrap 3 theme subtheme?