/* Your app custom styles here */
.height-100{
	height: 100%;
}

.main-container{
	min-width: 100%;
}
@media screen and (min-width: 768px) {
	.main-container{
		min-width: 58%;
	}
}

.img-item{
	width: 120px;
	height: 120px;
	max-width: 120px;
	margin-right: 1rem;
	border: 1px solid #ccc;
}