Zend certified PHP/Magento developer

Full width product gallery

I am using a custom theme built off of Amasty’s Jet Theme. I am trying to use the grouped product type to sell parts from a schematics image. The idea is to have the schematic full width across the top of the product page, with all of the grouped items listed below. I was able to get the grouped items moved by extending the
catalog_product_view_type_grouped.xml layout and moving them with

<move element="amtheme.short.info" destination="columns" before="amtheme.product.wrap"/>
<move element="amtheme.product.wrap" destination="columns" before="-"/>
<move element="amtheme.product.info" destination="columns" after="amtheme.product.wrap"/>

However, I can’t figure out how to override the fotorama gallery. I tried messing with some settings in the view.xml file but I want this change for grouped products only. Is there any way this can be done?