body{
	background-color: black;
	color: white;
	font-family: 'Nunito', sans-serif;
	text-align: center;
}

*{
	box-sizing:border-box;
}


.selectScene{
	position:relative;
	font-size: 40px;
	padding-top:5%;
	padding-bottom:3%;
}


.scenarios{
	float:left;
	width:33.3%;
	padding:5%;
}

/*clear fix*/
.row::after{
	content:"";
	clear:both;
	display:table;
}

.firstImgs{
	height:75%;
	width:75%;
}

.secondImgs{
	width:100%;
}

.thirdImgs{
	width:100%;
}

.firstImgs:hover {
	transition: all .2s ease-in-out;
	transform:scale(1.2);
	z-index:999;
}

.secondImgs:hover {
	transition: all .2s ease-in-out;
	transform:scale(1.2);
	z-index:999;
}

.thirdImgs:hover {
	transition: all .2s ease-in-out;
	transform:scale(1.2);
	z-index:999;
}