Center the element

PHOTO EMBED

Tue Nov 10 2020 08:11:16 GMT+0000 (Coordinated Universal Time)

Saved by @jpannu

.loaderBox img {
  position : fixed;
  top : 50%;
  left : 50%;
  transform : translate( -50% , -50% )
}
content_copyCOPY