/* MEDIUM SCREENS */
@media only screen and (min-width: 48em) {
	
	.plu-live-stream-button-container .live-stream-event-container {
		flex-direction: row;
		justify-content: center;
	}
	
	.plu-live-stream-button-container .live-stream-event-container .title-container {
		margin-bottom: 0;
		margin-right: 1em;
		text-align: right;
		width: 50%;
	}
	
	.plu-live-stream-button-container .live-stream-event-container .button-container {
		width: 50%;
		text-align: left;
	}
		
}

/* SEMI-LARGE SCREENS */
@media only screen and (min-width: 64em) {	
}

/* LARGE SCREENS */
@media only screen and (min-width: 71.563em) {	
}