.profilescenescontainer {
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	
	-ms-flex-wrap:wrap;
	-webkit-box-orient:vertical;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between
}

.profilescenesbox {
	-webkit-box-flex:1 1 0;
	-ms-flex:1 1 0;
	-webkit-flex:1 1 0;
	flex:1 1 0;
    min-width: 49%;
    max-height: 320px;
    overflow: auto;
}


.profilescene {
	padding: 5px;
    margin: 2px 0;
    min-height: 0px !important;
}
