/*! Place your custom styles here */

@media (max-width: 767px){
.height-100 {
    height: 100vh !important;
	}
.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
}
