Object Position
The 
                            object-position property is used together with object-fit to specify how an img or video  should be positioned with x/y coordinates inside its 'own content box'.| Class | Properties | 
|---|---|
| object-bottom | object-position: bottom | 
| object-center | object-position: center | 
| object-left | object-position: left | 
| object-left-bottom | object-position: left bottom | 
| object-left-top | object-position: left top | 
| object-right | object-position: right | 
| object-right-bottom | object-position: right bottom | 
| object-right-top | object-position: right top | 
| object-top | object-position: top | 
            utilities.scss API