/****************************************************** Custom Widths! ******************************************************/
/* pixels */
.w-135px {
  width: 135px;
}
.w-140px {
  width: 140px;
}
.w-150px {
  width: 150px;
}
.w-200px {
  width: 200px;
}

/* rems  */

/* Percentages */
.w-65 {
  width: 65%;
}
.w-88 {
  width: 88%;
}
.w-94 {
  width: 94%;
}
.w-99 {
  width: 99%;
}
/***************************************************** Custom Heights! *****************************************************/
/* pixels */
.h-100px {
  height: 100px;
}
.height-160,
.h-160 {
  height: 160px;
}

.height-230,
.h-230 {
  height: 230px;
}
.h-240 {
  height: 240px;
}
.h-245 {
  height: 245px;
}
.h-255 {
  height: 255px;
}
.h-260 {
  height: 260px;
}

.height-233,
.h-233 {
  height: 233px;
}
.h-280 {
  height: 280px;
}
.h-285 {
  height: 285px;
}
.h-350px {
  height: 350px;
}
.h-400px {
  height: 400px !important;
}
.h-1500px {
  height: 1500px !important;
}

/* rems */
.h-30rem {
  height: 30rem;
}
