<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <css src="Autogedal_Labels::css/product-view-labels.css"/>
    </head>
    <body>
        <referenceContainer name="product.info.media">
            <block class="Autogedal\Labels\Block\Product\View\Labels"
                   name="agd.product.labels"
                   template="Autogedal_Labels::product/view/labels.phtml"
                   after="product.info.media.image"/>
        </referenceContainer>
    </body>
</page>

