
.ms-tileview-tile{
	&-content{
		background-color: $gray-light;
	}
	&-detailsbox{

	}
}
.ms-tileview-tile-detailsListMedium{
	// background-color: rgba($color: $red, $alpha: 0.9);
}
.ms-promlink-body{
	@extend %clearfix;

	width: auto;
	min-width: 320px;
	height: auto;
}
.ms-tileview-tile-descriptionMedium,
.ms-tileview-tile-titleMediumExpanded{
	*{
		// font-family: $din-bold;
		// font-size: 14px !important;
	}
}
// @media screen and (min-width: 0px) and (max-width: 480px){
// 	.ms-tileview-tile-root{
// 		display: block !important;
// 		width: 100% !important;
// 	}
// 	.ms-tileview-tile-content{
// 		width: 100% !important;
// 	}
// 	.ms-tileview-tile-detailsBox{
// 		display: block !important;
// 		width: 100% !important;
// 	}
// }