@media screen and (orientation:landscape) {
	.quickLinksItemContainer h2 span
	{
		font-weight: 600;
		letter-spacing: -0.01em;
		padding: 0 5% 0 0;
	}
	.quickLinksItemContainer div
	{
		padding-left: 0;
		cursor: default !important;
		height: auto;
	}
	.quickLinksItemContainer h2 div { display: none; }
	.quickLinksItemContainer h2 { margin-bottom: 10px; padding-left: 0px; }
	
	.quickLinksItemContainer
	{
		margin-left: 0;
		margin-right: 0;
		cursor: default !important;
	}
	.quickLinksItemContainer a span
	{
		font-size: 11px;
	}
	
	.boxItemFull, .boxItemFull:first-child {
		padding-top: calc(var(--wrapperx-paddingbottom) / 3);
	}

	.quickLinksContainer {
		padding-bottom: calc(var(--wrapperx-paddingbottom) / 3);
		margin: 0 auto;
		width: 90%;
		cursor: default !important;
	}
}