.drops-wins-latest .drops-wins__hero img {
	width: 100%;
	height: auto;
}

.drops-wins-latest .drops-wins__hero .tablet {
	display: none;
}

.drops-wins-latest .drops-wins__hero .desktop {
	display: none;
}

.drops-wins-latest .drops-wins__hero .ultrawide {
	display: none;
}

@media (min-width: 768px) {
	.drops-wins-latest .drops-wins__hero .mobile {
		display: none;
	}

	.drops-wins-latest .drops-wins__hero .tablet {
		display: block;
	}
}

@media (min-width: 992px) {
	.drops-wins-latest .drops-wins__hero .tablet {
		display: none;
	}

	.drops-wins-latest .drops-wins__hero .desktop {
		display: block;
	}
}

@media (min-width: 1600px) {
	.drops-wins-latest .drops-wins__hero .desktop {
		display: none;
	}

	.drops-wins-latest .drops-wins__hero .ultrawide {
		display: block;
	}
}

.drops-wins-latest .jackpot-games__intro-buttons__single {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 14px;
	min-height: 220px;
	padding: 16px;
	width: 100%;
	max-width: 330px;
	box-sizing: border-box;
}

.drops-wins-latest .jackpot-games__intro-buttons__single-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.drops-wins-latest .jackpot-games__intro-buttons__single-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.drops-wins-latest .jackpot-games__intro-buttons__single::after {
	right: 16px;
	bottom: 16px;
}

/* .drops-wins .styled-text forces dark text; restore jackpot-games theme-dark styling */
.drops-wins-latest.drops-wins .jackpot-games__section.theme-dark .styled-text {
	color: #fff;
}

.drops-wins-latest.drops-wins .jackpot-games__section.theme-dark .styled-text p {
	color: inherit;
}
