@charset "utf-8";
/* CSS Document */

.description{ position: relative; }
	.description p{
		color: #fff;
		font-size: calc( 16.8px + 0.375vw ); /*24-18*/
		margin: 0 auto;
		text-align: center;
		width: 80%;
		height: 10%;
	}
	.description .triangle{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #4a4a4a transparent transparent transparent;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
		z-index: 3;
	}

