.banner {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.75)), url('../../../storage/profile/avatar/') center center no-repeat;
	background-size: cover;
	height: 100px;
}

.banner-aboutus {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.85)), url('../../../storage/profile/avatar/') center center no-repeat;
	background-size: cover;
	height: 300px;
}