.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.header-banner {
    text-align: center;
}

.header-banner img {
    max-width: 100%;
}

.integration-search {
    display: block;
    width: 100%;
}

.list-item-empty {
	text-align: center;
}

.list-item-empty > div {
	width: 100%;
	padding-top: 35px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 10px;
}


.alignleft {
	float: left;
	margin-right: 10px;
}


.integration-search {
	margin-bottom: 30px;
}

@media (min-width:768px) {
/* 	.header-block:first-of-type {
    	margin-bottom: 17%;
	} */
	
/* 	#customers {
    	margin-bottom: 7%;
	} */
	
	.integration-search {
		margin-bottom: 70px;
	}
}