.masterForm.articleEditForm{
	width: 908px;
}

.clubArticle{
}

	.clubArticle .articleHead{
		width: 100%;
		height: auto;
		aspect-ratio: 2;
		background: #fff url() center center no-repeat;
		background-size: cover;
    display: flex;
    position: relative;
	}
		.clubArticle .articleHead #manageBtns{
			position: absolute;
			top: 0;
			right: 0;

		}
		#mainArea #mainContent .sectionWrapper.clubArticle .articleHead h1{
			align-self: flex-end;
			margin-top: auto;
			background-color: rgba(255, 255, 255, 0.7);
			color: #000;
			display: block;
			width: 100%;
			padding: 20px;
		}
		#mainArea #mainContent .sectionWrapper.clubArticle .articleHead h1::first-letter{
			text-transform: uppercase;
		}
