@charset "UTF-8";
/* CSS Document */

.SpeakerheaderGrid {
	width: 100%;
	display: grid;
	grid-template-columns: 50% auto ;
	grid-auto-rows:auto;
	grid-column-gap: 3.25vw;
}

.SpeakerrGrid-blockquote {
	max-width: 100%;
	height: auto;
}

.SpeakerheaderGrid-blockquote h3{
}


.SpeakerheaderGrid-image{
	background-image: url();
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 30vw;
}

.NewsheaderGrid-text{
	padding: 0;
	margin: 0;
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {




/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 568px) {
	
.SpeakerheaderGrid {
	grid-template-columns: 100% ;
	grid-column-gap: 3.25vw;
}
	
.SpeakerheaderGrid-blockquote h3{
}
	
.SpeakerheaderGrid-image{
	height: 90vw;
}
/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */
	
}