.dma-slot {
	display: block;
	margin: 1.25rem 0;
	text-align: center;
	position: relative;
}

.dma-slot__label {
	display: block;
	font-size: 0.65rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 0.35rem;
}

.dma-slot__link {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.dma-slot__img {
	max-width: 100%;
	height: auto;
	display: block;
}

.dma-slot--mobile_sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.98);
	border-top: 1px solid #e5e5e5;
	padding: 6px 0;
	z-index: 50;
	margin: 0;
}

@media (min-width: 768px) {
	.dma-slot--mobile_sticky { display: none; }
}
