.CenterFullAlign-height-width{
  width: 50vw;
  height: 46vh;
}

.CenterFullAlign-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.CenterFullAlign-25{
  width: 25vw;
  height: 46vh;
}

.CenterFullAlign-centerAlign{
		
}

.CenterFullAlign-mt-11{
		margin-top: 11vh;
}
.CenterFullAlign-mt-12{
		margin-top: 12vh;
}
.CenterFullAlign-mt-14{
		margin-top: 14vh;
}

.CenterFullAlign-mt-6{
    margin-top: 6vh;
}

.CenterFullAlign-main-align{
}

.CenterFullAlign-ftLeft{
		float:left;
}


