.center {
    margin-left: auto;
    margin-right: auto;
}

/* PRELOADER */
.ct-preloader {
  position: fixed;
  top: 0px;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.ct-preloader .ct-preloader-content {
  position: absolute;
  z-index: 99999;
  top: 50%;
  margin-top: -75px;
  left: 50%;
  margin-left: -75px;
  height: 150px;
  width: 150px;
  background: url("../img/preloader.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* FIXES */
.v-avatar {
    overflow: hidden !important;
}

.v-avatar img {
    height: auto !important;
}
