Index: wp-content/themes/twentytwenty/style-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/style-rtl.css	(revision 59114)
+++ wp-content/themes/twentytwenty/style-rtl.css	(working copy)
@@ -5973,8 +5973,6 @@
 	.entry-content > .alignleft,
 	.entry-content > p .alignleft,
 	.entry-content > .wp-block-image .alignleft {
-		position: absolute;
-		right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
 		max-width: calc((100% - 58rem) / 2 - 6rem);
 	}
 
@@ -6013,8 +6011,6 @@
 	.entry-content > p .alignright,
 	.entry-content > .wp-block-image .alignright,
 	[class*="__inner-container"] > .alignright {
-		position: absolute;
-		left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
 		max-width: calc((100% - 58rem) / 2 - 6rem);
 	}
 
Index: wp-content/themes/twentytwenty/style.css
===================================================================
--- wp-content/themes/twentytwenty/style.css	(revision 59114)
+++ wp-content/themes/twentytwenty/style.css	(working copy)
@@ -6045,10 +6045,8 @@
 	.entry-content > .alignleft,
 	.entry-content > p .alignleft,
 	.entry-content > .wp-block-image .alignleft {
-		position: absolute;
 
 		/*rtl:ignore*/
-		right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
 		max-width: calc((100% - 58rem) / 2 - 6rem);
 	}
 
@@ -6095,10 +6093,8 @@
 	.entry-content > p .alignright,
 	.entry-content > .wp-block-image .alignright,
 	[class*="__inner-container"] > .alignright {
-		position: absolute;
 
 		/*rtl:ignore*/
-		left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
 		max-width: calc((100% - 58rem) / 2 - 6rem);
 	}
 
