.applandingpage {
    background: url('bg-wChars.jpg') no-repeat;
    direction: rtl;
    background-size: 100%;
}
.applandingpage .logo{
    position:fixed;
    top:30px;
    right:30px;
}
.applandingpage .logo-fantasy {
    text-align: center;
    padding-top: 40px;
    padding-bottom:10px;
}
.applandingpage .logo-fantasy > img {
    width: 22%;
}
.applandingpage .applandingpage-bottom {
    position: fixed;
    bottom: 0;
    height: 150px;
    width:100%;
    background-color:black;
    opacity:0.6;
    text-align:center;

}
.applandingpage .applandingpage-m {
    max-width: 100%;
    margin: 0 auto;
    text-align:center;

}
.applandingpage .applandingpage-m>img{
    width:80%;
}
    .applandingpage h1,
    .applandingpage h2,
    .applandingpage span{
        font-family: 'Mukta-Medium','south', Arial;
        font-size: 3em;
        color: #ffffff;
        direction:rtl;
    }

.applandingpage h1 {
    margin: 14px 0 4px;
}
    .applandingpage .applandingpage-m h2 {
        margin: 5px 0 24px;
}

    .applandingpage .gameLink {
        float: left;
        top: 17px;
        left: 3%;
        position: absolute;
        font-family: 'Mukta-Medium','south', Arial;
        font-size: 2.38em;
        text-align: center;
        color: #ffffff;
    }

        .applandingpage .gameLink > SPAN {
            -webkit-border-radius: 6px;
            border-radius: 6px;
            display: block;
            height: 34px;
            text-align: center;
            border: 1px solid #c84809;
            -webkit-box-shadow: inset 0 2px 0 0 rgba(197,17,98), 0 1px 1px 0 rgba(0,0,0,0.35);
            box-shadow: inset 0 2px 0 0 rgba(197,17,98), 0 1px 1px 0 rgba(0,0,0,0.35);
            background: rgb(197,17,98);
            padding: 0px 30px;
            font-family: 'Mukta-Medium','south', Arial;
            font-size: 0.98em;
        }



        .applandingpage .gameLink:before {
            content: " >";
            padding: 0px 5px;
            float: left;
        }


/*Iphone 6 Plus*/
@media only screen and (max-width : 414px) {

    .applandingpage {
        background-size: initial;
    }
        .applandingpage .applandingpage-m{

        }
}


