﻿

.DisplayNone {
    display: none !important;
}


.MainContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.Header {
    width: 100%;
    height: 20%;
    background-color: #fe7902;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
}
.BackButtonImage{

}



.ContentCategoryText {
    font-size: 30px;
    text-align: center;
}

.GingerFoxButtonStyle {
    position: relative;
    padding: 14px 25px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    max-width: 300px;
    height: 48px;
    box-shadow: rgb(6 6 6 / 53%) 0px 3px 6px, #343a40 0px 3px 6px;
    -webkit-box-shadow: none;
    line-height: 1.3;
    z-index: 2;
    font-size: 17px;
}
.StartGame {
    background-color: #fe7902;
}


@media screen and ( orientation:portrait ) {
    .Landscape {
        display: none;
    }
}

@media screen and ( orientation:landscape ) {
    .Landscape {
        position: absolute;
        display: block;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: 2;
        background-color: #431067;
        font-size: 35px;
        color: white;
    }

     
}

@media screen and ( orientation:portrait ) {
    .BACKImage {
        position: absolute;
        top: 11px;
        left: 11px;
        width: 11%;
        cursor: pointer;
        z-index: 2;
    }
    .PMHeaderVideo {
        margin-top: 14px;
        width: 100%;
        height: auto;
    }
    .ContentContainer {
        width: 100%;
        height: 80%;
        background-color: rgb(67,16,103);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Content {
        width: 80%;
        height: 53%;
        background-color: #8401df;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
        font-size: 2vh;
        justify-content: space-around;
    }

    .ContentImageTop {
        width: 80%;
    }

    .ContentImageBottom {
        width: 80%;
        transform: rotate(180deg);
    }

    .ContentImageRight {
        display: none;
    }

    .ContentImageLeft {
        display: none;
    }
}
