diff --git a/vendor/magento/module-bundle/view/frontend/layout/catalog_product_view_type_bundle.xml b/vendor/magento/module-bundle/view/frontend/layout/catalog_product_view_type_bundle.xml
index d816abfa9d10a..43f0cbaaf24ea 100644
--- a/vendor/magento/module-bundle/view/frontend/layout/catalog_product_view_type_bundle.xml
+++ b/vendor/magento/module-bundle/view/frontend/layout/catalog_product_view_type_bundle.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 <!--
 /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
+ * Copyright 2013 Adobe
+ * All Rights Reserved.
  */
 -->
 <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
@@ -68,7 +68,7 @@
             </action>
         </referenceBlock>
         <referenceContainer name="content">
-            <container name="bundle.options.container" htmlTag="div" htmlClass="bundle-options-container" after="product.info.media"/>
+            <container name="bundle.options.container" htmlTag="div" htmlClass="bundle-options-container" after="product.info.main"/>
         </referenceContainer>
         <referenceContainer name="product.info.type">
             <block class="Magento\Bundle\Block\Catalog\Product\View\Type\Bundle" name="product.info.bundle" as="product_type_data" template="Magento_Bundle::catalog/product/view/type/bundle.phtml"/>
diff --git a/vendor/magento/module-downloadable/view/frontend/layout/catalog_product_view_type_downloadable.xml b/vendor/magento/module-downloadable/view/frontend/layout/catalog_product_view_type_downloadable.xml
index f851558c1a563..353384b9707cb 100644
--- a/vendor/magento/module-downloadable/view/frontend/layout/catalog_product_view_type_downloadable.xml
+++ b/vendor/magento/module-downloadable/view/frontend/layout/catalog_product_view_type_downloadable.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 <!--
 /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
+ * Copyright 2011 Adobe
+ * All Rights Reserved.
  */
 -->
 <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
@@ -29,7 +29,7 @@
         <referenceBlock name="head.components">
             <block class="Magento\Framework\View\Element\Js\Components" name="downloadable_page_head_components" template="Magento_Downloadable::js/components.phtml"/>
         </referenceBlock>
-        <move element="product.info" destination="content" after="product.info.media" />
+        <move element="product.info" destination="content" after="product.info.main" />
         <move element="product.info.social" destination="product.info.options.wrapper.bottom" after="-" />
     </body>
 </page>
diff --git a/vendor/magento/module-wishlist/view/frontend/layout/wishlist_index_configure_type_bundle.xml b/vendor/magento/module-wishlist/view/frontend/layout/wishlist_index_configure_type_bundle.xml
index 670eb3eb23c23..54620cc32e96c 100644
--- a/vendor/magento/module-wishlist/view/frontend/layout/wishlist_index_configure_type_bundle.xml
+++ b/vendor/magento/module-wishlist/view/frontend/layout/wishlist_index_configure_type_bundle.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 <!--
 /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
+ * Copyright 2013 Adobe
+ * All Rights Reserved.
  */
 -->
 <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
@@ -71,7 +71,7 @@
             </action>
         </referenceBlock>
         <referenceContainer name="content">
-            <container name="bundle.options.container" htmlTag="div" htmlClass="bundle-options-container" after="product.info.media"/>
+            <container name="bundle.options.container" htmlTag="div" htmlClass="bundle-options-container" after="product.info.main"/>
         </referenceContainer>
         <referenceContainer name="product.info.type">
             <block class="Magento\Bundle\Block\Catalog\Product\View\Type\Bundle" name="product.info.bundle" as="product_type_data" template="Magento_Bundle::catalog/product/view/type/bundle.phtml"/>
diff --git a/vendor/magento/module-wishlist/view/frontend/layout/wishlist_index_configure_type_downloadable.xml b/vendor/magento/module-wishlist/view/frontend/layout/wishlist_index_configure_type_downloadable.xml
index 8b5efdaf921d2..1d599c0ff0245 100644
--- a/vendor/magento/module-wishlist/view/frontend/layout/wishlist_index_configure_type_downloadable.xml
+++ b/vendor/magento/module-wishlist/view/frontend/layout/wishlist_index_configure_type_downloadable.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 <!--
 /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
+ * Copyright 2014 Adobe
+ * All Rights Reserved.
  */
 -->
 <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
@@ -41,7 +41,7 @@
                 </arguments>
             </block>
         </referenceContainer>
-        <move element="product.info" destination="content" after="product.info.media" />
+        <move element="product.info" destination="content" after="product.info.main" />
         <move element="product.info.social" destination="product.info.options.wrapper.bottom" after="-" />
     </body>
 </page>
