:root {
	--conffab-bg-image: url(/event-common-images/chrome/about-conffab-bg.jpg);
	--conffab-bg-image-tall: url(/event-common-images/chrome/about-conffab-bg-tall.jpg);
}

/*about-conffab*/

@media (min-width: 768px)   {
	
	#about-conffab {
		background-color: var(--conffab-bg-color);
		color: var(--conffab-text-color);
		text-align: center;
		background-image: var(--conffab-bg-image);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50%;
		font-size: .9em;
	}
	
	#about-conffab .content {
		background-color: rgb(0,0,0,.8);
		padding: 2em 20%;
			-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);

	}

	#about-conffab header h1 {
	color: var(--conffab-text-color);
	margin: auto;
	font-size: 4em;
	margin-bottom: .5em;
	text-align: left;
	width: 30%;
	}

	#about-conffab header h1 #wd-event {
		font-size: .3em;
		margin-bottom: .4em;
	}

	#about-conffab header h1 #event-name {
		font-size: 1em;
		line-height: .2;
	}

	#about-conffab h2 {
		color: var(--conffab-text-color);
		line-height: 1.1;
		font-size: 2em;
		margin-bottom: .5em
	}

	#about-conffab h3 {
		color: var(--conffab-text-color);
		line-height: 1.1;
		font-size: 1.4em;
		margin-bottom: .5em;
		color: var(--conffab-text-color)
	}

	#about-conffab p {
		font-size: 1.2em
	}

	#about-conffab a {
		text-decoration: none;
		display: inline-block;
		width: 20%;
		margin 0 auto;
		background-color: var(--button-bg-color);
		border-radius: .2em;
		padding: .2em;
		color: var(--button-text-color)
	}

	#about-conffab a+a {
		margin-left: 2em
	}

	.sr-only {
		display: none;
	}

}

@media (max-width: 767px)   {
	
/*about-conffab*/

#about-conffab {
    background-color: #000;
    color: #fff;
    text-align: center;
    background-image: var(--conffab-bg-image-tall);
    background-repeat: no-repeat;
    background-size: contain
}

	#about-conffab .content {
		background-color: rgb(0,0,0,.8);
		padding: 2em 5%;
			-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);

	}
	
#about-conffab header h1 {
    margin-bottom: .2em
}



#about-conffab h2 {
    color: #fff;
    line-height: 1.1;
    font-size: 2em;
    margin-bottom: .5em
}

#about-conffab h3 {
    color: #fff;
    line-height: 1.1;
    font-size: 1.6em;
    margin-bottom: .5em
}

#about-conffab p {
    font-size: 1.2em;
}

#about-conffab a {
    text-decoration: none;
    display: block;
    width: 100%;
    margin 0 auto;
    background-color: #4885ed;
    border-radius: .2em;
    padding: .2em;
    margin-bottom: .75em;
}

#about-conffab a {
    display: inline-block;
    width: 44%;
    margin 0 auto;
    color: var(--button-text-color)

}

}