/*
 Theme Name:   The New Compact
 Theme URI:    https://plugin.miclub.com.au
 License:      Copyright 2017 - MiClub
 Version: 1.1
*/

/*
 * ======================  LIVE CHANGES GO HERE  ======================
 * Please make sure that you place a timestamp with your name whenever
 * this file is edited. If your change is a result of a ticket please
 * include the ticket number in the comment.
 */  
.custom-html .gallery {
	display: flex;
	justify-content: center;
}

.custom-html .videos .wp-block-group__inner-container {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 900px) {
	.custom-html .videos .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		align-content: center
	}
}

@media screen and (max-width: 450px) {
	.custom-html .gallery {
		flex-direction: row;
		flex-wrap: wrap;
	}	
	
	.custom-html .gallery .gallery-item {
		width: 50% !important;
	}
}
