.flex-row {
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-wrap: wrap;
   	flex-wrap: wrap;
}

.quest-container {
	margin: 0px auto;
	text-align: justify;
}
.quest-container a {
	width: 33.33%;
	box-sizing: border-box;
	border: solid #fff;
	border-width: 5px;
	height: 230px;
	max-height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	cursor: pointer;
}
.quest-container a .appCaption {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	font-size: 25px;
	overflow: hidden;
}
.quest-container a .appCaption span {
	max-height: 70px;
	overflow-y: hidden;
	width: 100%;
	user-select: none;
}

.app-height{
	height: 140px;
	display: flex!important;
	justify-content: center;
	align-items: center;
}
.quest-text{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-weight: 500;
}

.icon-tile .appCaption span {
	overflow-y: hidden;
	width: 100%;
	user-select: none;
	overflow-wrap: anywhere;
}

.icon-tile .appCaption {
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 23px;
	text-align: center;
	font-weight: 300;
	color: white;
}

.quest-container a .appCaption span {
	max-height: 70px;
	overflow-y: hidden;
	width: 100%;
	user-select: none;
}

@media screen and (max-width: 990px) {
    .quest-container a .appCaption span {
        line-height: normal;
        font-size: 21px;
    }
}
@media screen and (max-width: 767px) {
	.quest-container a {
		display: inline-block;
		width: 50%;
		height: 180px;
	}
	.quest-container a .appCaption {
		height: 60px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.quest-container a .appCaption span {
		line-height: normal;
		font-size: 18px;
		max-height: 40px;
	}
	.app-height{
		height: 110px;
	}
	.icon-tile .appCaption {
		font-size: 21px;
	}
}

@media screen and (max-width: 500px) {
	.quest-container a .appCaption span {
		font-size: 16px;
		font-weight: 500;
		max-height: 40px;
	}
	.quest-container a{
		height: 180px;
	}
	.container-fluid{
		padding-left: 5px;
		padding-right: 5px;
	}
	.icon-tile .appCaption {
		font-size: 16px;
	}
}
