.mobile-app-popup {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    display: none;
}

.mobile-app-popup .background {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.mobile-app-popup .background img {
    width: 100%;
    height: auto;
}

.mobile-app-popup .content {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.mobile-app-popup .content .body {
    padding: 18px 0;
}

.mobile-app-popup .content .body div {
    margin-top: 25px;
}

.mobile-app-popup .content .body div:first-child {
    margin-top: 0;
}

.mobile-app-popup .content .body .buttons {
    font-weight: 400;
}

.mobile-app-popup .content .body .buttons a {
    width: 80%;
    display: block;
    margin: 0 auto 12px;
    padding: 10px 16px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 15px;
}

.mobile-app-popup .content .body .buttons button {
    width: 80%;
    display: block;
    margin: 0 auto 12px;
    padding: 10px 16px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 15px;
}

.mobile-app-popup .content .body .buttons .skip {
    margin-bottom: 0;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #0070e0;
}

.mobile-app-popup .content .body .buttons .mobile-app {
    background: #ffcd28;
    border: none;
    -webkit-box-shadow: inset 0 0 0 0 rgba(34,36,38,.15);
    -moz-box-shadow: inset 0 0 0 0 rgba(34,36,38,.15);
    box-shadow: inset 0 0 0 0 rgba(34,36,38,.15);
}
