.media-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 18%;
	min-width: 230px;
	margin: -1% auto 4% auto;
}

.download-svg {
	width: 16px;
	height: 16px;
	filter: brightness(0) invert(1);
}

.download-button-container {
	margin-top: 16px;
	width: 100%;
}

#download-video-btn {
	display: flex !important;
	gap: 16px;
	justify-content: center;
	align-items: center;
	background-color: var(--black);
	color: white;
	width: 100%;
	padding: 4px 0;
}


@media only screen and (max-width: 800px) {
	.media-content {
		width: 60%;
		margin: 8% auto 11% auto;
	}

	.row-title-username {
		margin-top: 10%;
	}
}