p {
    font-family: "MADE-Tommy-Soft", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 24px;
}

.bingoHome-section .fun h1,
.solitiareHome-section h1,
.howtoplay-section h1 {
    font-size: 45px;
}

.free h1 {
    font-size: 60px;
}

.how-to-play {
    margin-top: 3rem;
}

.how-to-play-icons {
    width: 1320px;
}

.bingiGraphic {
    position: absolute;
    bottom: 488px;
    right: 0
}

.how-to-play-txt {
    text-align: left;
}

.bingowidth {
    z-index: 4;
    width: 100%;
}

.footerText {
    text-align: left;
}

.gamesDropDown {
    visibility: hidden;
    width: 100%;
    position: absolute;
    height: 290px;
    margin: auto;
    top: -290px;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: -1
}

.gamelabdesktop {
    display: block;
}

.gamelabmobile {
    display: none;
}

@media (min-width:320px)  { 
    /* smartphones, iPhone, portrait 480x320 phones */
    .gamelabdesktop {
        display: none;
    }
    
    .gamelabmobile {
        display: block;
    }
 }
@media (min-width:481px)  { 
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .gamelabdesktop {
        display: none;
    }
    
    .gamelabmobile {
        display: block;
    }
 }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .gamelabdesktop {
        display: none;
    }
    
    .gamelabmobile {
        display: block;
    }
 }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .gamelabdesktop {
        display: none;
    }
    
    .gamelabmobile {
        display: block;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
    .gamelabdesktop {
        display: block;
    }
    
    .gamelabmobile {
        display: none;
    }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
    .gamelabdesktop {
        display: block;
    }
    
    .gamelabmobile {
        display: none;
    }
 }

.gamesDropDownBg {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    background-color: rgba(0, 0, 0, 0.8)
}

.gamesDropDown.down {
    display: flex;
    top: 0px;
    animation: getGames .5s forwards;
}

.gamesDropDown.up {
    display: flex;
    top: 0px;
    animation: hideGames .5s forwards;
}

@keyframes hideGames {
    0% {
        top: 0px;
    }
    100% {
        top: -290px;
    }
}

@keyframes getGames {
    0% {
        top: -290px;
    }
    100% {
        top: 0px;
    }
}

#mainNav .homepagelink.navbar-nav .nav-item .nav-link.active {
    color: #f4623a !important;
}

.play-free-section {
    padding: 4rem 0;
    color: #333333;
    font-size: 1.2rem;
}

.phoneTxt {
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    line-height: 12px;
    text-shadow: 1px 1px 2px black;
}

.girlHeaderSection {
    position: absolute;
    bottom: 0;
    margin-bottom: 75px;
    left: 40%;
    width: 1000px;
}

.moneyTop {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2800px;
}

.cardBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2800px;
}

.free {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
}

.logoPhone {
    position: absolute;
    margin: auto;
    top: -1195px;
    bottom: 0;
    left: 15%;
    -moz-transform: scale(1.8, 1.8) translate(41%, 0);
    -webkit-transform: scale(1.8, 1.8) translate(41%, 0);
    -o-transform: scale(1.8, 1.8) translate(41%, 0);
    -ms-transform: scale(1.8, 1.8) translate(41%, 0);
    transform: scale(1.8, 1.8) translate(41%, 0);
}

.nextPhone {
    position: absolute;
    margin: auto;
    top: -75px;
    bottom: 0;
    left: 15%;
    margin-right: -25px;
    -moz-transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
    -o-transform: scale(1, 1) translate(0, 0);
    -ms-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
    z-index: 2;
    opacity: 0.3;
}

.prevPhone {
    position: absolute;
    margin: auto;
    top: -75px;
    bottom: 0;
    left: 15%;
    margin-right: 25px;
    -moz-transform: scale(1, 1) translate(136%, 0);
    -webkit-transform: scale(1, 1) translate(136%, 0);
    -o-transform: scale(1, 1) translate(136%, 0);
    -ms-transform: scale(1, 1) translate(136%, 0);
    transform: scale(1, 1) translate(136%, 0);
    z-index: 1;
    opacity: 0.3;
}

.removePhone {
    position: absolute;
    margin: auto;
    top: -75px;
    bottom: 0;
    left: 15%;
    -moz-transform: scale(1.4, 1.4) translate(49%, 0);
    -webkit-transform: scale(1.4, 1.4) translate(49%, 0);
    -o-transform: scale(1.4, 1.4) translate(49%, 0);
    -ms-transform: scale(1.4, 1.4) translate(49%, 0);
    transform: scale(1.4, 1.4) translate(49%, 0);
    z-index: 3;
    opacity: 0.3;
}

.videoPhone.removePhone,
.videoPhone.prevPhone,
.videoPhone.nextPhone,
.logoPhone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nextLogo {
    position: absolute;
    margin: auto;
    width: 50%;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
}

.removeLogo {
    position: absolute;
    margin: auto;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    -moz-transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4)
}

.backArrow,
.nextArrow {
    z-index: 99999999;
}

.nextArrow:hover {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.arrowNext {
    position: absolute;
    margin: auto;
    left: 300px;
    top: 100px;
    bottom: 0;
    right: 0;
    width: 66px;
    height: 535px;
    background-image: url("../assets/img/btn-next.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrowNext:hover {
    background-image: url("../assets/img/btn-nexthover.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.arrowPrev {
    position: absolute;
    margin: auto;
    left: -375px;
    top: 100px;
    bottom: 0;
    right: 0;
    width: 66px;
    height: 535px;
    background-image: url("../assets/img/btn-prev.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrowPrev:hover {
    background-image: url("../assets/img/btn-prevhover.png");
    background-size: contain;
    background-repeat: no-repeat;
}


/* .cashoutbutton {
    position: absolute;
    right: 0px;
    top: 55%;
    z-index: 999999999;
    cursor: pointer;
    width: 250px;
    height: 271px;
    background-image: url("../assets/img/cashoutbutton.png");
    background-size: contain;
    background-repeat: no-repeat;
    
} */

.parent {
    position: relative;
    width: 40%;
    margin: -10% auto 0 auto;
    /* positioning tweak */
}

.parent:before {
    content: "";
    display: block;
    padding-top: 107%;
}

.cashoutbutton {
    position: absolute;
    position: absolute;
    right: 0px;
    top: 500px;
    z-index: 999999999;
    cursor: pointer;
    width: 250px;
    height: 250px;
    background: url('../assets/img/spritecashout.png') no-repeat 0 0%;
    background-size: 700%;
    animation: sprite 0.6s steps(6) infinite;
}

@keyframes sprite {
    0% {
        background-position: 0px;
    }
    100% {
        background-position: 100%;
    }
}

.cashoutbutton:hover {
    background-image: url("../assets/img/cashoutbuttonhover.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation: none;
}

.arrowNav {
    position: absolute;
    margin: auto;
    top: 100px;
    bottom: 0;
    right: 0;
    -moz-transform: scale(1.4, 1.4) translate(49%, 0);
    -webkit-transform: scale(1.4, 1.4) translate(49%, 0);
    -o-transform: scale(1.4, 1.4) translate(49%, 0);
    -ms-transform: scale(1.4, 1.4) translate(49%, 0);
    transform: scale(1.4, 1.4) translate(49%, 0);
}

.removeAnim {
    animation: removePhone .5s forwards;
    animation-timing-function: ease-in;
}

.nextAnim {
    animation: nextPhone .5s forwards;
    animation-timing-function: ease-in;
    visibility: visible;
}

.introAnim {
    animation: introPhone .5s forwards;
    animation-timing-function: ease-in;
    visibility: visible;
}

.prevAnim {
    animation: prevPhone .5s forwards;
    animation-timing-function: ease-in;
}

.nextAnimBack {
    -moz-transform: scale(1.4, 1.4) translate(49%, 0);
    -webkit-transform: scale(1.4, 1.4) translate(49%, 0);
    -o-transform: scale(1.4, 1.4) translate(49%, 0);
    -ms-transform: scale(1.4, 1.4) translate(49%, 0);
    transform: scale(1.4, 1.4) translate(49%, 0);
    animation: nextPhoneBack .5s forwards;
    animation-timing-function: ease-in;
}

.removeAnimBack {
    -moz-transform: scale(1, 1) translate(136%, 0);
    -webkit-transform: scale(1, 1) translate(136%, 0);
    -o-transform: scale(1, 1) translate(136%, 0);
    -ms-transform: scale(1, 1) translate(136%, 0);
    transform: scale(1, 1) translate(136%, 0);
    animation: removePhoneBack .5s forwards;
    animation-timing-function: ease-in;
}

.introAnimBack {
    -moz-transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
    -o-transform: scale(1, 1) translate(0, 0);
    -ms-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
    animation: introPhoneBack .5s forwards;
    animation-timing-function: ease-in;
}

.prevAnimBack {
    -moz-transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
    -o-transform: scale(1, 1) translate(0, 0);
    -ms-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
    animation: prevPhoneBack .5s forwards;
    animation-timing-function: ease-in;
}

.moneydrop {
    width: 100%;
    position: fixed;
    top: -1800px;
    z-index: 9999999999999;
}

.moneydropAnim {
    animation: moneydropAnim 2.8s forwards;
}

.moneydropTwo {
    width: 100%;
    position: fixed;
    top: -1800px;
    z-index: 9999999999999;
    opacity: 1;
    -webkit-transform: scaleX(-1) rotate(0deg);
    transform: scaleX(-1) rotate(0deg);
}

.moneydropdownAnim {
    animation: moneydropdownAnim 2.8s forwards;
}

@keyframes moneydropAnim {
    0% {
        opacity: 1;
        top: -1800px;
        display: block;
    }
    50% {
        opacity: 1;
    }
    99% {
        z-index: -1
    }
    100% {
        top: 1000px;
        z-index: -1;
        opacity: 0;
    }
}

@keyframes moneydropdownAnim {
    0% {
        opacity: 1;
        top: -1800px;
        -webkit-transform: scaleX(-1) rotate(0deg) translate(0, 0);
        transform: scaleX(-1) rotate(0deg) translate(0, 0);
    }
    50% {
        opacity: 1;
    }
    99% {
        z-index: -1
    }
    100% {
        top: 1000px;
        -webkit-transform: scaleX(-1) rotate(30deg);
        transform: scaleX(-1) rotate(30deg);
        z-index: -1;
        opacity: 0;
    }
}

#bubble.activePhone .dimIn,
#bingo.activePhone .dimIn,
#solitaire.activePhone .dimIn {
    opacity: 0;
    animation: dimIn .5s forwards
}

#bubble,
#solitaire {
    opacity: 0.3;
}

#bingo {
    opacity: 1;
}


/* #bubble.activePhone.dimIn,
#bingo.activePhone.dimIn,
#solitaire.activePhone.dimIn {
    opacity: 1;
}

#bubble.deactivePhone.dimIn,
#bingo.deactivePhone.dimIn,
#solitaire.deactivePhone.dimIn {
    opacity: 0.3;
} */

#bubble.activePhone .dimOut,
#bingo.activePhone .dimOut,
#solitaire.activePhone .dimOut {
    opacity: 0;
    animation: dimOut .5s forwards
}

#bubble .dimOut,
#bingo .dimOut,
#solitaire .dimOut {
    opacity: 1;
}

#bubble.deactivePhone .dimIn,
#bingo.deactivePhone .dimIn,
#solitaire.deactivePhone .dimIn {
    opacity: 0;
    animation: dimOut .5s forwards
}

#bubble.deactivePhone .dimOut,
#bingo.deactivePhone .dimOut,
#solitaire.deactivePhone .dimOut {
    opacity: 0;
    animation: dimIn .5s forwards
}

.dimIn {
    opacity: 0;
}

@keyframes dimOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes dimIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes prevPhone {
    0% {
        -moz-transform: scale(1, 1) translate(136%, 0);
        -webkit-transform: scale(1, 1) translate(136%, 0);
        -o-transform: scale(1, 1) translate(136%, 0);
        -ms-transform: scale(1, 1) translate(136%, 0);
        transform: scale(1, 1) translate(136%, 0);
        z-index: 1;
        opacity: 0.3;
    }
    99% {
        z-index: 1;
    }
    100% {
        -moz-transform: scale(0.8, 0.8) translate(136%, 0);
        -webkit-transform: scale(0.8, 0.8) translate(136%, 0);
        -o-transform: scale(0.8, 0.8) translate(136%, 0);
        -ms-transform: scale(0.8, 0.8) translate(136%, 0);
        transform: scale(0.8, 0.8) translate(136%, 0);
        z-index: 1;
        opacity: 0;
    }
}

@keyframes introPhone {
    0% {
        -moz-transform: scale(0.8, 0.8) translate(0, 0);
        -webkit-transform: scale(0.8, 0.8) translate(0, 0);
        -o-transform: scale(0.8, 0.8) translate(0, 0);
        -ms-transform: scale(0.8, 0.8) translate(0, 0);
        transform: scale(0.8, 0.8) translate(0, 0);
        z-index: 1;
        opacity: 0;
    }
    99% {
        z-index: 1;
    }
    100% {
        -moz-transform: scale(1, 1) translate(0, 0);
        -webkit-transform: scale(1, 1) translate(0, 0);
        -o-transform: scale(1, 1) translate(0, 0);
        -ms-transform: scale(1, 1) translate(0, 0);
        transform: scale(1, 1) translate(0, 0);
        z-index: 1;
        opacity: 0.3;
    }
}

@keyframes nextPhone {
    0% {
        -moz-transform: scale(1, 1) translate(0, 0);
        -webkit-transform: scale(1, 1) translate(0, 0);
        -o-transform: scale(1, 1) translate(0, 0);
        -ms-transform: scale(1, 1) translate(0, 0);
        transform: scale(1, 1) translate(0, 0);
        z-index: 2;
        opacity: 0.3;
    }
    55% {
        -moz-transform: scale(1.2, 1.2) translate(25%, 0);
        -webkit-transform: scale(1.2, 1.2) translate(25%, 0);
        -o-transform: scale(1.2, 1.2) translate(25%, 0);
        -ms-transform: scale(1.2, 1.2) translate(25%, 0);
        transform: scale(1.2, 1.2) translate(25%, 0);
        z-index: 2;
        opacity: 0.3;
    }
    99% {
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.4, 1.4) translate(49%, 0);
        -webkit-transform: scale(1.4, 1.4) translate(49%, 0);
        -o-transform: scale(1.4, 1.4) translate(49%, 0);
        -ms-transform: scale(1.4, 1.4) translate(49%, 0);
        transform: scale(1.4, 1.4) translate(49%, 0);
        z-index: 3;
        opacity: 1;
    }
}

@keyframes removePhone {
    0% {
        -moz-transform: scale(1.4, 1.4) translate(49%, 0);
        -webkit-transform: scale(1.4, 1.4) translate(49%, 0);
        -o-transform: scale(1.4, 1.4) translate(49%, 0);
        -ms-transform: scale(1.4, 1.4) translate(49%, 0);
        transform: scale(1.4, 1.4) translate(49%, 0);
        z-index: 3;
        opacity: 1;
    }
    55% {
        -moz-transform: scale(1.2, 1.2) translate(121%, 0);
        -webkit-transform: scale(1.2, 1.2) translate(121%, 0);
        -o-transform: scale(1.2, 1.2) translate(121%, 0);
        -ms-transform: scale(1.2, 1.2) translate(121%, 0);
        transform: scale(1.2, 1.2) translate(121%, 0);
        z-index: 3;
        opacity: 1;
    }
    99% {
        opacity: 0.3;
    }
    100% {
        -moz-transform: scale(1, 1) translate(136%, 0);
        -webkit-transform: scale(1, 1) translate(136%, 0);
        -o-transform: scale(1, 1) translate(136%, 0);
        -ms-transform: scale(1, 1) translate(136%, 0);
        transform: scale(1, 1) translate(136%, 0);
        z-index: 1;
        opacity: 0.3;
    }
}

@keyframes nextPhoneBack {
    0% {
        -moz-transform: scale(1.4, 1.4) translate(49%, 0);
        -webkit-transform: scale(1.4, 1.4) translate(49%, 0);
        -o-transform: scale(1.4, 1.4) translate(49%, 0);
        -ms-transform: scale(1.4, 1.4) translate(49%, 0);
        transform: scale(1.4, 1.4) translate(49%, 0);
        z-index: 3;
        opacity: 1;
    }
    55% {
        -moz-transform: scale(1.2, 1.2) translate(25%, 0);
        -webkit-transform: scale(1.2, 1.2) translate(25%, 0);
        -o-transform: scale(1.2, 1.2) translate(25%, 0);
        -ms-transform: scale(1.2, 1.2) translate(25%, 0);
        transform: scale(1.2, 1.2) translate(25%, 0);
        z-index: 3;
        opacity: 1;
    }
    99% {
        opacity: 0.3;
    }
    100% {
        -moz-transform: scale(1, 1) translate(0, 0);
        -webkit-transform: scale(1, 1) translate(0, 0);
        -o-transform: scale(1, 1) translate(0, 0);
        -ms-transform: scale(1, 1) translate(0, 0);
        transform: scale(1, 1) translate(0, 0);
        z-index: 2;
        opacity: 0.3;
    }
}

@keyframes removePhoneBack {
    0% {
        -moz-transform: scale(1, 1) translate(136%, 0);
        -webkit-transform: scale(1, 1) translate(136%, 0);
        -o-transform: scale(1, 1) translate(136%, 0);
        -ms-transform: scale(1, 1) translate(136%, 0);
        transform: scale(1, 1) translate(136%, 0);
        z-index: 2;
        opacity: 0.3;
    }
    55% {
        -moz-transform: scale(1.2, 1.2) translate(121%, 0);
        -webkit-transform: scale(1.2, 1.2) translate(121%, 0);
        -o-transform: scale(1.2, 1.2) translate(121%, 0);
        -ms-transform: scale(1.2, 1.2) translate(121%, 0);
        transform: scale(1.2, 1.2) translate(121%, 0);
        z-index: 2;
        opacity: 0.3;
    }
    99% {
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.4, 1.4) translate(49%, 0);
        -webkit-transform: scale(1.4, 1.4) translate(49%, 0);
        -o-transform: scale(1.4, 1.4) translate(49%, 0);
        -ms-transform: scale(1.4, 1.4) translate(49%, 0);
        transform: scale(1.4, 1.4) translate(49%, 0);
        z-index: 3;
        opacity: 1;
    }
}

@keyframes prevPhoneBack {
    0% {
        -moz-transform: scale(0.8, 0.8) translate(136%, 0);
        -webkit-transform: scale(0.8, 0.8) translate(136%, 0);
        -o-transform: scale(0.8, 0.8) translate(136%, 0);
        -ms-transform: scale(0.8, 0.8) translate(136%, 0);
        transform: scale(0.8, 0.8) translate(136%, 0);
        z-index: 1;
        opacity: 0.3;
    }
    99% {
        z-index: 1;
    }
    100% {
        -moz-transform: scale(1, 1) translate(136%, 0);
        -webkit-transform: scale(1, 1) translate(136%, 0);
        -o-transform: scale(1, 1) translate(136%, 0);
        -ms-transform: scale(1, 1) translate(136%, 0);
        transform: scale(1, 1) translate(136%, 0);
        z-index: 1;
        opacity: 0.3;
    }
}

@keyframes introPhoneBack {
    0% {
        -moz-transform: scale(1, 1) translate(0, 0);
        -webkit-transform: scale(1, 1) translate(0, 0);
        -o-transform: scale(1, 1) translate(0, 0);
        -ms-transform: scale(1, 1) translate(0, 0);
        transform: scale(1, 1) translate(0, 0);
        z-index: 1;
        opacity: 0.3;
    }
    99% {
        z-index: 1;
    }
    100% {
        -moz-transform: scale(0.8, 0.8) translate(0, 0);
        -webkit-transform: scale(0.8, 0.8) translate(0, 0);
        -o-transform: scale(0.8, 0.8) translate(0, 0);
        -ms-transform: scale(0.8, 0.8) translate(0, 0);
        transform: scale(0.8, 0.8) translate(0, 0);
        z-index: 1;
        opacity: 0;
    }
}

.bingoHome-section {
    padding: 2rem 4rem 18rem 4rem;
    color: #333;
    font-size: 1.2rem;
}

.playforfree-section {
    padding: 10rem 0rem 10rem 0rem;
    color: #333;
    font-size: 1.2rem;
}

.solitiareHome-section {
    padding: 12rem 4rem 12rem 4rem;
    color: #333;
    font-size: 1.2rem
}

.pulldown {
    min-height: 400px;
}

.phones_pos {
    width: 90%;
    padding: 0px 7% 300px 0;
    zoom: 0.55;
}

.headerSpacer {
    position: relative;
    height: 1800px;
}

.playFree {
    position: absolute;
    left: 0;
    right: 0;
    top: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.home.masthead {
    background: url("../assets/img/cashout-woman-mobile.png"), url("../assets/img/bg-cashout.jpg");
    background-position: -350px bottom, bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 2400px, cover;
}

.phoneIcon {
    position: absolute;
    bottom: -175px;
    left: -80px;
    z-index: 1;
    width: 450px;
}

@media only screen and (max-width:1700px) {
    .cashoutbutton {
        top: 500px;
        width: 200px;
        height: 200px;
    }
    .bingiGraphic {
        position: absolute;
        bottom: 425px;
        right: 0
    }
    .bingoHome-section {
        padding: 2rem 4rem 14rem 4rem;
        color: #333;
        font-size: 1.2rem;
    }
    .free {
        top: -100px;
    }
    .moneydrop {
        width: 1800px;
        position: fixed;
        top: -2100px;
        left: -100px;
    }
    .moneydropTwo {
        width: 1800px;
        position: fixed;
        top: -2100px;
        left: -100px;
    }
    .girlHeaderSection {
        position: absolute;
        bottom: 0;
        margin-bottom: 50px;
        left: 40%;
        width: 800px;
    }
    .moneyTop {
        width: 1950px;
    }
    .cardBottom {
        width: 1950px;
    }
    .phones_pos {
        zoom: 0.45;
        padding: 0px 7% 250px 0;
    }
    .logoPhone,
    .nextPhone,
    .prevPhone,
    .removePhone {
        left: 15%;
    }
    .headerSpacer {
        position: relative;
        height: 1850px;
    }
    .playFree {
        position: absolute;
        padding-top: 25px;
        top: 1000px;
    }
    .home.masthead {
        background: url("../assets/img/cashout-woman-mobile.png"), url("../assets/img/bg-cashout.jpg");
        background-position: -200px bottom, bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 1400px, cover;
    }
}

@media only screen and (max-width:1400px) {
    .bingowidth {
        z-index: 4;
        width: 1000px;
    }
    .cashoutbutton {
        top: 400px;
        width: 200px;
        height: 200px;
    }
    p {
        font-size: 20px;
    }
    .bingoHome-section .fun h1,
    .solitiareHome-section h1,
    .howtoplay-section h1 {
        font-size: 35px;
    }
    .playforfree-section {
        padding: 8rem 0rem 8rem 0rem;
    }
    .bingoHome-section {
        padding: 2rem 4rem 14rem 4rem;
        color: #333;
        font-size: 1.2rem;
    }
    .free h1 {
        font-size: 50px;
    }
    .how-to-play {
        margin-top: 3rem;
    }
    .how-to-play-icons {
        width: 100%;
    }
    .bingiGraphic {
        position: absolute;
        bottom: 368px;
        right: 0
    }
    .girlHeaderSection {
        position: absolute;
        bottom: 0;
        margin-bottom: 50px;
        left: 35%;
        width: 700px;
    }
    .moneyTop {
        width: 1850px;
    }
    .cardBottom {
        width: 1850px;
    }
    .phones_pos {
        zoom: 0.4;
        padding: 0px 7% 300px 0;
    }
    .logoPhone,
    .nextPhone,
    .prevPhone,
    .removePhone {
        left: 10%;
    }
    .headerSpacer {
        position: relative;
        height: 1750px;
    }
    .playFree {
        position: absolute;
        padding-top: 25px;
        top: 820px;
    }
    .home.masthead {
        background: url("../assets/img/cashout-woman-mobile.png"), url("../assets/img/bg-cashout.jpg");
        background-position: -200px bottom, bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 1400px, cover;
    }
}

@media only screen and (max-width: 1200px) {
    .cashoutbutton {
        top: 375px;
        width: 190px;
        height: 190px;
    }
    .bingowidth {
        z-index: 4;
        width: 100%;
    }
    .cardBottom {
        width: 2200px;
        left: -300px;
    }
    .pulldown {
        height: 0px;
        min-height: 0px;
    }
    .how-to-play {
        margin-top: 3rem;
    }
    .how-to-play-icons {
        width: 100%;
    }
    .how-to-play-txt {
        text-align: center;
    }
    .bingiGraphic {
        position: absolute;
        bottom: 0px;
        right: 0
    }
    .bingoHome-section,
    .solitiareHome-section {
        padding: 0rem 4rem 48rem 4rem;
    }
    .girlHeaderSection {
        position: absolute;
        bottom: 0;
        margin-bottom: 75px;
        left: 30%;
        width: 650px;
    }
    .phones_pos {
        zoom: 0.35;
        padding: 0px 7% 300px 0;
    }
    .headerSpacer {
        position: relative;
        height: 1950px;
    }
}

@media only screen and (max-width: 991px) {
    .moneydrop {
        width: 1500px;
        position: fixed;
        top: -1800px;
        left: -300px;
    }
    .moneydropTwo {
        width: 1800px;
        position: fixed;
        top: -1500px;
        left: -300px;
    }
    .cashoutbutton {
        top: 325px;
        width: 180px;
        height: 180px;
    }
    .pulldown {
        height: 0px;
        min-height: 0px;
    }
    p {
        font-size: 18px;
    }
    .bingoHome-section .fun h1,
    .solitiareHome-section h1,
    .howtoplay-section h1 {
        font-size: 30px;
    }
    .free h1 {
        font-size: 40px;
    }
    .free {
        top: -100px;
    }
    .how-to-play-txt {
        text-align: center;
    }
    .phoneTxt {
        font-size: 12px;
        line-height: 12px;
    }
    .girlHeaderSection {
        position: absolute;
        bottom: 0;
        margin-bottom: 100px;
        left: 30%;
        width: 500px;
    }
    .moneyTop {
        width: 1650px;
    }
    .cardBottom {
        width: 1650px;
        left: -300px;
    }
    .phones_pos {
        zoom: 0.3;
        padding: 0px 7% 300px 0;
    }
    .logoPhone,
    .nextPhone,
    .prevPhone,
    .removePhone {
        left: 5%;
    }
    .headerSpacer {
        position: relative;
        height: 1900px;
    }
    .playFree {
        position: absolute;
        padding-top: 25px;
        top: 750px;
    }
    .home.masthead {
        background: url("../assets/img/cashout-woman-mobile.png"), url("../assets/img/bg-cashout.jpg");
        background-position: -200px bottom, bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 1400px, cover;
    }
    .bingoHome-section,
    .solitiareHome-section {
        padding: 0rem 1rem 50rem 1rem;
    }
    .playforfree-section {
        padding: 8rem 0rem 8rem 0rem;
    }
    .how-to-play {
        margin-top: 3rem;
    }
    .how-to-play-icons {
        width: 100%;
    }
    .how-to-play-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bingiGraphic {
        position: absolute;
        bottom: 0px;
        right: 0
    }
    .fixed-top {
        position: absolute !important;
    }
    .gamesDropDown {
        width: 100%;
        position: initial;
        display: flex;
        opacity: 1;
        height: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0px;
        transform: scale(1);
    }
    .gamesDropDown.up {
        width: 100%;
        position: initial;
        display: flex;
        opacity: 1;
        height: 275px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0px;
        transform: scale(1);
        animation: hideGames .5s forwards;
    }
    .gamesDropDown.down {
        width: 100%;
        position: initial;
        height: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: -1;
        opacity: 0;
        top: 0px;
        display: flex;
        transform: scale(0);
        animation: getGames .5s forwards;
    }
    .gamesDropDown.gamesDropDownBg.down {
        display: none;
    }
    .gamesDropDown.gamesDropDownBg.up {
        display: none;
    }
    @keyframes hideGames {
        0% {
            opacity: 1;
            height: 275px;
            transform: scale(1);
        }
        100% {
            opacity: 0;
            height: 0px;
            transform: scale(0);
        }
    }
    @keyframes getGames {
        0% {
            opacity: 0;
            height: 0px;
            transform: scale(0);
        }
        100% {
            opacity: 1;
            height: 275px;
            transform: scale(1);
        }
    }
}

@media only screen and (max-width:767px) {
    .footerText {
        text-align: center;
    }
    .arrowNext {
        left: 370px;
        top: 100px;
        bottom: 0;
        right: 0;
    }
    .arrowPrev {
        left: -375px;
        top: 100px;
        bottom: 0;
        right: 0;
    }
    .free {
        top: -50px;
    }
    .cashoutbutton {
        top: 850px;
        width: 160px;
        height: 160px;
    }
    .bingoHome-section,
    .solitiareHome-section {
        padding: 0rem 1rem 50rem 1rem;
    }
    .playforfree-section {
        padding: 8rem 0rem 8rem 0rem;
    }
    .girlHeaderSection {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .moneyTop {
        width: 1100px;
    }
    .cardBottom {
        width: 1100px;
        left: -300px;
    }
    .phoneIcon {
        position: absolute;
        bottom: -175px;
        right: 0;
        left: 0;
        z-index: 1;
        max-width: 100%
    }
    .headerSpacer {
        height: 1600px;
    }
    .playFree {
        padding-top: 150px;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 1230px;
    }
    .phones_pos {
        margin: auto;
        right: 0;
        left: 0;
        padding: 0 0 1000px 0;
        zoom: 0.5;
    }
    .logoPhone,
    .nextPhone,
    .prevPhone,
    .removePhone {
        left: 0;
        right: 0;
        margin-right: 0px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logoPhone {
        -moz-transform: scale(1.4, 1.4) translate(0, 0);
        -webkit-transform: scale(1.4, 1.4) translate(0, 0);
        -o-transform: scale(1.4, 1.4) translate(0, 0);
        -ms-transform: scale(1.4, 1.4) translate(0, 0);
        transform: scale(1.4, 1.4) translate(0, 0);
    }
    .nextPhone {
        -moz-transform: scale(1, 1) translate(-20%, 0);
        -webkit-transform: scale(1, 1) translate(-20%, 0);
        -o-transform: scale(1, 1) translate(-20%, 0);
        -ms-transform: scale(1, 1) translate(-20%, 0);
        transform: scale(1, 1) translate(-20%, 0);
        opacity: 0.3;
    }
    .prevPhone {
        -moz-transform: scale(1, 1) translate(20%, 0);
        -webkit-transform: scale(1, 1) translate(20%, 0);
        -o-transform: scale(1, 1) translate(20%, 0);
        -ms-transform: scale(1, 1) translate(20%, 0);
        transform: scale(1, 1) translate(20%, 0);
        opacity: 0.3;
    }
    .removePhone {
        -moz-transform: scale(1.4, 1.4) translate(0, 0);
        -webkit-transform: scale(1.4, 1.4) translate(0, 0);
        -o-transform: scale(1.4, 1.4) translate(0, 0);
        -ms-transform: scale(1.4, 1.4) translate(0, 0);
        transform: scale(1.4, 1.4) translate(0, 0);
        opacity: 0.3;
    }
    @keyframes prevPhone {
        0% {
            -moz-transform: scale(1, 1) translate(20%, 0);
            -webkit-transform: scale(1, 1) translate(20%, 0);
            -o-transform: scale(1, 1) translate(20%, 0);
            -ms-transform: scale(1, 1) translate(20%, 0);
            transform: scale(1, 1) translate(20%, 0);
            z-index: 1;
            opacity: 0.3;
        }
        99% {
            z-index: 1;
        }
        100% {
            -moz-transform: scale(0.8, 0.8) translate(20%, 0);
            -webkit-transform: scale(0.8, 0.8) translate(20%, 0);
            -o-transform: scale(0.8, 0.8) translate(20%, 0);
            -ms-transform: scale(0.8, 0.8) translate(20%, 0);
            transform: scale(0.8, 0.8) translate(20%, 0);
            z-index: 1;
            opacity: 0;
        }
    }
    @keyframes introPhone {
        0% {
            -moz-transform: scale(0.8, 0.8) translate(-20%, 0);
            -webkit-transform: scale(0.8, 0.8) translate(-20%, 0);
            -o-transform: scale(0.8, 0.8) translate(-20%, 0);
            -ms-transform: scale(0.8, 0.8) translate(-20%, 0);
            transform: scale(0.8, 0.8) translate(-20%, 0);
            z-index: 1;
            opacity: 0;
        }
        99% {
            z-index: 1;
        }
        100% {
            -moz-transform: scale(1, 1) translate(-20%, 0);
            -webkit-transform: scale(1, 1) translate(-20%, 0);
            -o-transform: scale(1, 1) translate(-20%, 0);
            -ms-transform: scale(1, 1) translate(-20%, 0);
            transform: scale(1, 1) translate(-20%, 0);
            z-index: 1;
            opacity: 0.3;
        }
    }
    @keyframes nextPhone {
        0% {
            -moz-transform: scale(1, 1) translate(-20%, 0);
            -webkit-transform: scale(1, 1) translate(-20%, 0);
            -o-transform: scale(1, 1) translate(-20%, 0);
            -ms-transform: scale(1, 1) translate(-20%, 0);
            transform: scale(1, 1) translate(-20%, 0);
            z-index: 2;
            opacity: 0.3;
        }
        55% {
            -moz-transform: scale(1.2, 1.2) translate(-20%, 0);
            -webkit-transform: scale(1.2, 1.2) translate(-20%, 0);
            -o-transform: scale(1.2, 1.2) translate(-20%, 0);
            -ms-transform: scale(1.2, 1.2) translate(-20%, 0);
            transform: scale(1.2, 1.2) translate(-20%, 0);
            z-index: 2;
            opacity: 0.3;
        }
        99% {
            opacity: 1;
        }
        100% {
            -moz-transform: scale(1.4, 1.4) translate(0, 0);
            -webkit-transform: scale(1.4, 1.4) translate(0, 0);
            -o-transform: scale(1.4, 1.4) translate(0, 0);
            -ms-transform: scale(1.4, 1.4) translate(0, 0);
            transform: scale(1.4, 1.4) translate(0, 0);
            z-index: 3;
            opacity: 1;
        }
    }
    @keyframes removePhone {
        0% {
            -moz-transform: scale(1.4, 1.4) translate(0, 0);
            -webkit-transform: scale(1.4, 1.4) translate(0, 0);
            -o-transform: scale(1.4, 1.4) translate(0, 0);
            -ms-transform: scale(1.4, 1.4) translate(0, 0);
            transform: scale(1.4, 1.4) translate(0, 0);
            z-index: 3;
            opacity: 1;
        }
        55% {
            -moz-transform: scale(1.2, 1.2) translate(20%, 0);
            -webkit-transform: scale(1.2, 1.2) translate(20%, 0);
            -o-transform: scale(1.2, 1.2) translate(20%, 0);
            -ms-transform: scale(1.2, 1.2) translate(20%, 0);
            transform: scale(1.2, 1.2) translate(20%, 0);
            z-index: 3;
            opacity: 1;
        }
        99% {
            opacity: 0.3;
        }
        100% {
            -moz-transform: scale(1, 1) translate(20%, 0);
            -webkit-transform: scale(1, 1) translate(20%, 0);
            -o-transform: scale(1, 1) translate(20%, 0);
            -ms-transform: scale(1, 1) translate(20%, 0);
            transform: scale(1, 1) translate(20%, 0);
            z-index: 1;
            opacity: 0.3;
        }
    }
    @keyframes nextPhoneBack {
        0% {
            -moz-transform: scale(1.4, 1.4) translate(0, 0);
            -webkit-transform: scale(1.4, 1.4) translate(0, 0);
            -o-transform: scale(1.4, 1.4) translate(0, 0);
            -ms-transform: scale(1.4, 1.4) translate(0, 0);
            transform: scale(1.4, 1.4) translate(0, 0);
            z-index: 3;
            opacity: 1;
        }
        55% {
            -moz-transform: scale(1.2, 1.2) translate(-20%, 0);
            -webkit-transform: scale(1.2, 1.2) translate(-20%, 0);
            -o-transform: scale(1.2, 1.2) translate(-20%, 0);
            -ms-transform: scale(1.2, 1.2) translate(-20%, 0);
            transform: scale(1.2, 1.2) translate(-20%, 0);
            z-index: 3;
            opacity: 1;
        }
        99% {
            opacity: 0.3;
        }
        100% {
            -moz-transform: scale(1, 1) translate(-20%, 0);
            -webkit-transform: scale(1, 1) translate(-20%, 0);
            -o-transform: scale(1, 1) translate(-20%, 0);
            -ms-transform: scale(1, 1) translate(-20%, 0);
            transform: scale(1, 1) translate(-20%, 0);
            z-index: 2;
            opacity: 0.3;
        }
    }
    @keyframes removePhoneBack {
        0% {
            -moz-transform: scale(1, 1) translate(20%, 0);
            -webkit-transform: scale(1, 1) translate(20%, 0);
            -o-transform: scale(1, 1) translate(20%, 0);
            -ms-transform: scale(1, 1) translate(20%, 0);
            transform: scale(1, 1) translate(20%, 0);
            z-index: 2;
            opacity: 0.3;
        }
        55% {
            -moz-transform: scale(1.2, 1.2) translate(20%, 0);
            -webkit-transform: scale(1.2, 1.2) translate(20%, 0);
            -o-transform: scale(1.2, 1.2) translate(20%, 0);
            -ms-transform: scale(1.2, 1.2) translate(20%, 0);
            transform: scale(1.2, 1.2) translate(20%, 0);
            z-index: 2;
            opacity: 0.3;
        }
        99% {
            opacity: 1;
        }
        100% {
            -moz-transform: scale(1.4, 1.4) translate(0, 0);
            -webkit-transform: scale(1.4, 1.4) translate(0, 0);
            -o-transform: scale(1.4, 1.4) translate(0, 0);
            -ms-transform: scale(1.4, 1.4) translate(0, 0);
            transform: scale(1.4, 1.4) translate(0, 0);
            z-index: 3;
            opacity: 1;
        }
    }
    @keyframes prevPhoneBack {
        0% {
            -moz-transform: scale(0.8, 0.8) translate(20%, 0);
            -webkit-transform: scale(0.8, 0.8) translate(20%, 0);
            -o-transform: scale(0.8, 0.8) translate(20%, 0);
            -ms-transform: scale(0.8, 0.8) translate(20%, 0);
            transform: scale(0.8, 0.8) translate(20%, 0);
            z-index: 1;
            opacity: 0.3;
        }
        99% {
            z-index: 1;
        }
        100% {
            -moz-transform: scale(1, 1) translate(20%, 0);
            -webkit-transform: scale(1, 1) translate(20%, 0);
            -o-transform: scale(1, 1) translate(20%, 0);
            -ms-transform: scale(1, 1) translate(20%, 0);
            transform: scale(1, 1) translate(20%, 0);
            z-index: 1;
            opacity: 0.3;
        }
    }
    @keyframes introPhoneBack {
        0% {
            -moz-transform: scale(1, 1) translate(-20%, 0);
            -webkit-transform: scale(1, 1) translate(-20%, 0);
            -o-transform: scale(1, 1) translate(-20%, 0);
            -ms-transform: scale(1, 1) translate(-20%, 0);
            transform: scale(1, 1) translate(-20%, 0);
            z-index: 1;
            opacity: 1;
        }
        99% {
            z-index: 1;
        }
        100% {
            -moz-transform: scale(0.8, 0.8) translate(-20%, 0);
            -webkit-transform: scale(0.8, 0.8) translate(-20%, 0);
            -o-transform: scale(0.8, 0.8) translate(-20%, 0);
            -ms-transform: scale(0.8, 0.8) translate(-20%, 0);
            transform: scale(0.8, 0.8) translate(-20%, 0);
            z-index: 1;
            opacity: 0;
        }
    }
}

@media only screen and (max-width:650px) {
    .bingoHome-section,
    .solitiareHome-section {
        padding: 0rem 4rem 35rem 4rem;
    }
}

@media only screen and (max-width:650px) {
    .girlHeaderSection {
        width: 410px;
    }
}

@media only screen and (max-width:400px) {
    .girlHeaderSection {
        width: 100%;
        bottom: 75px;
    }
    .phones_pos {
        margin: auto;
        right: 0;
        left: 0;
        padding: 0px 5% 900px 0;
    }
    .bingoHome-section,
    .solitiareHome-section {
        padding: 0rem 1rem 25rem 1rem;
    }
    .playforfree-section {
        padding: 12rem 0rem 12rem 0rem;
    }
}

@media only screen and (max-width:400px) {
    .arrowNext {
        display: none;
    }
    .arrowPrev {
        display: none;
    }
}