
	.media-menu {
		display: flex;
		justify-content: space-around;

		@media (max-width: 500px) {
			flex-direction: column !important;
		}
	}

	.media-menu p {
		text-transform: uppercase;

		@media (max-width: 500px) {
			margin-bottom: 10px;
		}
	}

	.media-menu p:hover {
		cursor: pointer;
	}

	#videoContainer {
		display: none;
	}

	#statementsContainer {
		display: none;
	}

	.media-menu p:last-child {
		margin-bottom: 30px !important;
	}

	.media-menu .active {
		color: var(--Taupe, #947666);
		background: none;
		border-bottom: 1px solid #947666;
	}
