.ts-showview{

}

@media only screen and (max-width: 600px) {

    .ts-event-inner.seemore{
        align-self: flex-start;
        /* height: 90vh; */
        overflow: auto;
        height: calc(100vh - 165px);
        border-radius: 10px;
    }
    .ts-event-inner.seemore .event-bg{
        position: sticky;
        top: 3px;
        align-self: flex-start;
        z-index: 3;
        width: 100%;
        left: 0;
        box-shadow: #fff 0px -10px 0px 13px;
        border-radius: 10px 10px 0 0;
    }
    .ts-event-inner.seemore .event-buttons{
        position: sticky;
        top: 1.5%;
        align-self: flex-start;
        z-index: 2;
        width: 100%;
        left: 0;
    }
    .ts-event-inner.seemore .event-bg-desktop{
        display: block !important;
    }
    .ts-event-inner.seemore .event-bg-mobile{
        display: none !important;
    }
}









/***************styles for more dynamic global carousel button to TS**********************/

.ts-event.type-specials .bslide-card-button {
    background-color: #208b77;
}
.ts-event .bslide-card-button {
    width: 100%;
    background-color: #8a2332;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.comingsoon .bslide-card-button {
    opacity: .7;
    pointer-events: none !important;
}