.trivia-cta {
    width: 33%;
    float: right;
    display: flex;
    justify-content: center;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: #252525;
    max-width: 600px;
}

.card-body {
    flex: 1 1 auto;
}

.card h5 {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    margin: 0.5rem 0;
    letter-spacing: -0.025em;
    font-weight: 500;
    background-color: #252525;
    background-image: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.card img {
    border: 0;
    display: block;
    height: 236px;
    max-width: 100%;
    width: 419px;
    object-fit: contain;
}

.card button {
    cursor: pointer;
    padding: 0.7rem 0.5rem;
    font-size: 1rem;
    border-radius: 0.3rem;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    bottom: 5% !important;
}

.card .position-relative {
    position: relative;
}

/* share button */
#share-button {
    background: #0E99BB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    right: 0;
    padding: 35px 10px 35px 8px;
    border-radius: 2px;
    z-index: 1;
}
#share-button:hover {
    background: #0DB7E3;
}
.brid-poster {
    z-index: 2;
}

.top-nav li a,
.top-nav li .mainmenu {
    color: #fff !important;
}

div.brid {
    z-index: 2;
}

#trivia-leaderboard {
    width: 33%;
    max-width: 600px;
}
#trivia-leaderboard .avatar {
    height: 32px;
    width: 32px;
    background-size: cover;
    background-position: center;
}
#trivia-leaderboard h6 {
    letter-spacing: 0.1px;
}
#question .cal_title {
    display: none;
}
#videoplay {
    margin-bottom: 25px;
}
.owl-carousel {
    min-height: 250px;
}
.owl-item img,
.full-img {
    width: 310px;
    height: 180px;
    object-fit: contain;
}
@media (max-width: 1280px) {
    .trivia-cta {
        width: 100%;
    }

    .card {
        border-radius: 0;
    }
}

@media (max-width: 600px) {
    #share-button {
        flex-direction: row;
        width: "100%";
        transform: unset;
        top: unset;
        left: 0;
        bottom: 0;
        box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
        z-index: 1;
        padding: 17px;
    }

    .shareText {
        margin-left: 7px;
    }

    .card button {
        padding: 0.6rem 0.4rem;
        font-size: 0.95rem;
    }

    #trivia-leaderboard {
        width: 100%;
        float: none !important;
        display: inline-block;
    }
}

div.video-buttons {
    padding-left: 5%;
    padding-right: 5%;
}

@media only screen and (min-device-width: 992px) {
    div.video-buttons {
        padding-left: 12%;
        padding-right: 12%;
    }
}

a.video-action-button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

a.video-action-button i {
    font-size: 2rem;
}

a.dblue {
    background-color: #09c !important;
}

a.video-action-button:hover {
    background-color: #00c3f4 !important;
}

a.video-action-button .icon {
    width: 2.5rem;
    height: 2rem;
    margin-right: 10px;
    background-image: url("/2021/img/cta-buttons/read-article.svg");
    background-position: center;
    background-size: contain;
    transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
    background-repeat: no-repeat;
}

a.video-action-button .icon.watchparty {
    background-image: url("/2021/img/cta-buttons/watch-party.svg");
}
a.video-action-button.youtube-button {
    background-color: #FF0000;
    border-color: #FF0000;
}
a.video-action-button.youtube-button:hover {
    background-color: #ee0000 !important;
    border-color: #ee0000;
}

a.related-read-button,
a.related-play-button,
a.related-watch-button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 100%;
}

a.related-play-button i,
a.related-watch-button i {
    font-size: 1.5rem;
}

a.related-read-button .icon {
    width: 2.1em;
    height: 1.6rem;
    background-position: center;
    background-size: contain;
    transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
    background-repeat: no-repeat;
}
