.xpl-grid {
    height: 96vh;
}

.xpl-layout-title {
    font-size: 2.5em;
    font-family: "Open Sans";
}

.xpl-card__media img {
    width: 100%;
}

.xpl-card-title {
    color: #fff;
    justify-content:center;
    font-family: "Open Sans";
}

.mdl-card__actions img {
    width: 50%;
    height: auto;
}

.xpl-supporting-text {
    color: #fff;
    width: 100%;
    font-family: "Open Sans";
    justify-content: center;
}

.xpl-title {
    font-weight: 800;
    font-size: 38px;
    font-family: "Open Sans";
    text-transform: uppercase;
}

.xpl-support-text {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: lawngreen;
    font-family: "Open Sans";
}

.xpl-support-text-second {
    font-size: 16px;
    text-align: center;
    font-family: "Open Sans";
}

.xpl-frame-container {
    border: 40px solid #080808 ;
    border-width: 56px 16px;
    border-radius: 40px;
    /*margin: 50px auto;*/
    overflow: hidden;
    box-shadow: 0 2px 6px 2px #000, 0 0px 20px 8px hsla(0, 0%, 0%, 0.20);
    transition: all 0.5s ease;
}

#xploree_video {
    width: calc(100% - 16px);
    height: auto;
}

.xpl-background-img {
    width: 100%;
    height: auto;
}

.xpl-playstore-badge, .xpl-video-grid {
    justify-content: center;
}

@media (min-width: 839px) and (max-width: 1024px) {
    .xpl-left-content {
        width: 100%;
    }
    .xpl-frame-container {
        width: 50%;
    }
}
