Object Position

Utilities for controlling how a replaced element's content should be positioned within its container.

Class CSS Output
object-bottom-right
object-position: right bottom;
object-right-bottom
object-position: right bottom;
object-left
object-position: left;
object-bottom
object-position: bottom;
object-center
object-position: center;
object-top
object-position: top;
object-top-left
object-position: left top;
object-top-right
object-position: right top;
object-left-bottom
object-position: left bottom;
object-bottom-left
object-position: left bottom;

Reference