#preloadedImages::after {
	position: fixed;
	width: 0px;
	height: 0px;
	z-index: -1;
	content:
		url("../images/buyIn/PICKME.jpg")
		url("../images/help/feature_1.png")
		url("../images/help/feature_2.png")
		url("../images/help/feature_3.png")
		url("../images/help/feature_4.png")
		url("../images/help/feature_bonus.png")
		url("../images/help/feature_scatter_1.png")
		url("../images/help/feature_wild.png")
		url("../images/help/symbol_1.png")
		url("../images/help/symbol_2.png")
		url("../images/help/symbol_3.png")
		url("../images/help/symbol_4.png")
		url("../images/help/symbol_5.png")
		url("../images/help/symbol_6.png")
		url("../images/help/symbol_7.png")
		url("../images/help/symbol_8.png")
		url("../images/help/symbol_9.png");
}

:root {
    --client__wintable-outline-show__color: #000000;
    --client__wintable-outline-hide__color: #00000000;
}

/* Landscape */
@media screen and (min-aspect-ratio: 12/10) {
    .help-special-image-container:has(.help-special-image-feature_wild) {
        margin-top: calc((1vh + 1vw) * 0.75) !important;
    }
    .help-special-image-container:has(.help-special-image-symbol_9) {
        margin-top: calc((1vh + 1vw) * 0.75) !important;
    }

    .help-special-image-container:has(.help-special-image-feature_2) {
        margin-top: calc((1vh + 1vw) * 1.35) !important;
    }

    .help-special-image-container:has(.help-special-image-feature_3) {
        margin-top: calc((1vh + 1vw) * 2.15) !important;
    }

    .help-special-image-container:has(.help-special-image-feature_3) {
        margin-bottom: calc((1vh + 1vw) * 2.55) !important;
    }

    .help-special-image-container:has(.help-special-image-feature_scatter_1) {
        margin-bottom: calc((1vh + 1vw) * 0.5) !important;
    }
}

/* Portrait */
@media screen and (max-aspect-ratio: 12/10) {
    .help-special-image-container:has(.help-special-image-feature_wild) {
        margin-top: calc((1vh + 1vw) * 0.75) !important;
    }
    .help-special-image-container:has(.help-special-image-symbol_9) {
        margin-top: calc((1vh + 1vw) * 0.75) !important;
    }

    .help-special-image-container:has(.help-special-image-feature_2) {
        margin-top: calc((1vh + 1vw) * 1.55) !important;
    }

    .help-special-image-container:has(.help-special-image-feature_3) {
        margin-top: calc((1vh + 1vw) * 2.6) !important;
    }

    .help-special-image-container:has(.help-special-image-feature_3) {
        margin-bottom: calc((1vh + 1vw) * 3.6) !important;
    }

    .help-special-image-container:has(.help-special-image-feature_scatter_1) {
        margin-bottom: calc((1vh + 1vw) * 0.9) !important;
    }
}

.help-special-image-feature_1 {
    background-image: url("../images/help/feature_1.png");
}

.help-special-image-feature_2 {
    background-image: url("../images/help/feature_2.png");
}

.help-special-image-feature_3 {
    background-image: url("../images/help/feature_3.png");
}

.help-special-image-feature_wild {
    background-image: url("../images/help/feature_4.png");
}

.help-special-image-feature_scatter_1 {
    background-image: url("../images/help/feature_scatter_1.png");
}

.help-special-image-feature_bonus {
    background-image: url("../images/help/feature_bonus.png");
}

.help-special-image-symbol_9 {
    background-image: url("../images/help/feature_wild.png");
}

.entertainKit-buyIn-card__PICKME {
    background-image: url("../images/buyIn/PICKME.jpg");
}