/* Width */
.mw-850 {
	max-width: 850px;
}

.mw-250 {
	max-width: 250px;
}

/* Height */
.auto-height {
	height: auto;
}

/* Margin */
.m-0-auto {
	margin: 0 auto;
}

/* Font CSS */
.fs-30 {
	font-size: 30px;
}

.fs-20 {
	font-size: 20px;
}

/* Position */
.p-absolute {
	position: absolute;
}

.p-inherit {
	position: inherit;
}

.p-relative {
	position: relative;
}

.t-165 {
	top: 165px;
}

.t-175 {
	top: 175px;
}

.tm-90 {
	top: -90px;
}

.t-380 {
	top: 380px;
}

.t-474 {
	top: 474px;
}

.l-1065 {
	left: 1000px;
}

.l-910 {
	left: 910px;
}

.lm-100 {
	left: -100px;
}

.lm-160 {
	left: -160px;
}

.rm-105 {
	right: -105px;
}

.z-9 {
	z-index: 9;
}
@media (min-width: 1030px) and (max-width: 1199.5px) {
  .l-1065 {
    left: 785px;
}
  .l-910 {
    left: 735px;
}
.t-474 {
    top: 335px;
}
}