@media screen AND (max-width: 800px) {
	.flas-size-aspect {
		position: relative !important;
	}
	.tile {
		width: 80% !important;
		top: 10px !important;
		/* top: auto !important; */
		/* height: auto !important; */
		left: 10% !important;
		right: 10% !important;
		margin-bottom: 10px;
		border-radius: 10px;
		background-color: rgba(245, 245, 245, 0.5) !important;
	}
	.home-items-container {
		position: absolute !important;
		left: 0px;
		top: 0px;
		/* right: 0px;
		bottom: 0px; */
		width: 100vw;
		height: 100vh;
		overflow-y: scroll;
	}

	.workoutloud-content {
		overflow-x: hide;
		white-space: nowrap;
		height: 90%;
		width: 100%;
		clip-path: view-box;
	}

	.workoutloud {
		display: inline-block;
		border: 2px solid black;
		border-radius: 15px;
		padding: 7px;
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - 38px);
		height: 90%;
		vertical-align: top;
	}

}
