Place Product Tabs Under Product Image On Product Page

Hi, I am looking to find out how to edit the product page template for "The Big Picture" so that the product tabs are underneath the product image gallery and not under the end of the product options column. Can anyone explain to me how to achieve this? Thanks. See Image Attached.

[sharedmedia=core:attachments:14078]

Product Tabs Under Product Image.jpg

design/themes/responsive/templates/blocks/product_templates/bigpicture_template.tpl

images are located within div with the ty-product-bigpicture__left class

tabs code can be found in the footer:

    {if $show_product_tabs}
        {hook name="products:product_tabs"}
            {include file="views/tabs/components/product_tabs.tpl"}
        {if $blocks.$tabs_block_id.properties.wrapper}
            {include file=$blocks.$tabs_block_id.properties.wrapper content=$smarty.capture.tabsbox_content title=$blocks.$tabs_block_id.description}
        {else}
            {$smarty.capture.tabsbox_content nofilter}
        {/if}
    {/hook}
{/if}

Ok so how do i move them? I understand the ode you are showing, but where do i put that code?

Ok so how do i move them? I understand the ode you are showing, but where do i put that code?

Move code to the div with mentioned class