@media only screen and (max-width: 1280px) {
    .arv-medium-flex-column {
        flex-direction: column;
    }

    .arv-medium-text-center {
        text-align: center;
    }

    .arv-medium-text-left {
        text-align: left;
    }

    #popmake-21093.pum-responsive-small,
    #popmake-22007.pum-responsive-small,
    #popmake-22031.pum-responsive-small,
    #popmake-22448.pum-responsive-small {
        margin-left: -40%;
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .arv-small-block {
        display: block;
    }

    .arv-small-flex {
        display: flex;
    }

    .arv-small-flex-column {
        flex-direction: column;
    }

    .arv-small-gap-0 {
        gap: 0;
    }

    .arv-small-hidden {
        display: none;
    }

    .arv-small-list-none {
        list-style: none;
    }

    .arv-small-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .arv-small-overflow-x-scroll {
        overflow-x: scroll;
    }

    .arv-small-p-0 {
        padding: 0;
    }

    .arv-small-p-1 {
        padding: 1rem;
    }

    .arv-small-text-center {
        text-align: center;
    }

    .arv-small-width-full {
        width: 100%;
    }

    #ActiveRVWorkoutContainer .fl-tabs-panel-content .arv-workout-list {
        padding-left: 0;
    }

    #ActiveRVWorkoutListing .arv-workout-image {
        height: 100%;
        width: 100%;
    }

    #ActiveRVWorkoutVideo video {
        max-width: 26rem;
    }
}
