.no-margin {
	margin:0;	
}
.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}