@charset "UTF-8";

/*MOBILE*/
/*iphone6/6s*/
@media (max-width: 375px) {
    .container.container--profile {
        margin-top: -59px;
        margin-bottom: 22px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .instructions .panel-title {
        font-size: 1.2em;
    }

    .partypoker-logo {
        position: relative;
        display: block;
        left: 12%;
    }

    .pokerstars-logo {
        position: relative;
        display: block;
        left: 12%;
    }

    .pageSwitch {
        left: 24%;
    }

    .instructions-bg {
        background: url(../img/instructions_bg_mobile.png) no-repeat top;
        background-size: 100%;
    }

    .instructions-heading {
        font-size: 1.5em;
        text-align: center;
        margin-left: 0 !important;
    }

    .instructions-heading p {
        font-size: 1.2em;
        line-height: normal;
    }

    .instructions-heading h1 {
        font-size: 1.1em;
        line-height: normal;
    }

    .instructions-btn-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .instructions-panel-text {
        padding-left: 15px;
        padding-right: 8px;
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.2em;
        color: #000000;
    }

    #partyPoker li {
        padding-left: 3px;
        font-size: 18px;
        padding-right: 3px;
    }

    .instructions-highlight {
        background-color: #fff7e8;
        height: auto;
        padding-top: 1px;
        margin-bottom: 24px;
        padding-bottom: 1px;
    }

    #bonusScreen {
        background: url(../img/Screen.png) no-repeat center;
        height: 368px;
        background-position-x: -22px;
    }

    .main-content-wrapper {
        padding-top: 95px;
        padding-bottom: 15px;
    }

    .admission-form {
        margin-left: 0;
    }
}

/*iphone se*/
@media (max-width: 320px) {
    .wrapper {
        margin: 52px auto 0 auto;
    }

    .instructions .panel-title {
        font-size: 1.2em;
    }

    .container {
        width: 300px;
    }

    .container.container--profile {
        width: auto;
    }

    .instructions-heading {
        font-size: 1.5em;
        text-align: center;
        margin-left: 0 !important;
    }

    .instructions-heading p {
        font-size: 1.2em;
        line-height: normal;
    }

    .instructions-heading h1 {
        font-size: 1.1em;
        line-height: normal;
    }

    .partypoker-logo {
        position: relative;
        display: block;
        left: 15px;
    }

    .pokerstars-logo {
        position: relative;
        display: block;
        left: 15px;
    }

    .pageSwitch {
        left: 20%;
    }

    .instructions-bg {
        background: url(../img/instructions_bg_mobile.png) no-repeat top;
        background-size: 100%;
    }

    .instructions-btn-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .instructions-panel-text {
        padding-left: 15px;
        padding-right: 8px;
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.2em;
        color: #000000;
    }

    #partyPoker li {
        padding-left: 3px;
        font-size: 18px;
        padding-right: 3px;
    }

    .instructions-highlight {
        background-color: #fff7e8;
        height: auto;
        padding-top: 1px;
        margin-bottom: 24px;
        padding-bottom: 1px;
    }

    #bonusScreen {
        background: url(../img/Screen.png) no-repeat center;
        height: 368px;
        background-position-x: -22px;
    }

    .main-content-wrapper {
        padding-top: 95px;
        padding-bottom: 15px;
    }

    .admission-form {
        margin-left: 0;
    }
}
