
.imgBack {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}
.image-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    align-items: center;
    justify-content: center;

}

.linkHowToPlay {
    width: 100%;
    text-align: center;
}

.ButtonImage {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 349px;
}
.HowToPlayImage {
    width: 42%;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 349px;
}
.LandscapeWhite {
    color: white;
    font-size: 36px;
}

@media screen and ( orientation:landscape ) {
    .Landscape {
        display: none;
    }
}

@media screen and ( orientation:portrait ) {
    .Portrait {
        display: none;
    }
}