/* Loaders */
.loader { position: fixed; z-index: 9999; height:100%; width:100%; top:0px; left:0px; }
.loader img { position:absolute; left: calc(50% - 90px);  position: absolute; top: calc(50% - 90px);  height: 180px; width: 180px; max-height: 180px; max-width: 180px;}