html, body {
	background-color: #e1e7e9;
}

.text-right, .text-md-right {
	text-align: right;
}

.dir-container {
	background-color: #ed7f09;
	padding: 20px;
	text-align: center;
	color: #fff;
	width: 100%;
}

.folder-image-symbol {
	width: 100% !important;
	height: 200px;
	background-size: cover;
	background-position: center center;
	transition: all .5s;
}

.folder-image-symbol:hover,
.folder-image-symbol:focus {
  transform: scale(1.1);
  transition: all .5s;
}