.subscribe-button-holder button.subscribe-button,
.rewards-button-holder {
    width: 211px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #c29444;
    margin-top: -11px;
    cursor: pointer;
}

.rewards-button-holder {
    width: 200px;
    height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.noPartnerMsg {
    width: 231px;
    height: 76px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.43;
    text-align: justify;
    color: #4a4a4a;
}

.subscribe-button:after {
    content: 'Subscribe to Channel';
}

button.subscribe-button:hover,
.rewards-button-holder:hover {
    background-color: var(--primary-2);
}

.subscribe-button-holder button.unsubscribe-button {
    width: 211px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    height: 40px;
    background-color: #b5bbbd;
    margin-top: -11px;
    cursor: pointer;
    transition-duration: .1s;
}

.how-it-works-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 211px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #1A71E2;
    margin-top: -11px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .1s;
    margin-right: 10px;
    margin-left: auto;
}

.how-it-works-link:hover {
    background-color: #0e5bc0;
    color: #ffffff;
}

.unsubscribe-button:after {
    content: 'SUBSCRIBED';
}

button.unsubscribe-button:hover, button.unsubscribe-button:hover:after {
    content: 'UNSUBSCRIBE';
    background-color: #798b92;
}

.likes_wrapper {
    display: inline-block !important;
    float: left !important;
}

.dropdown {
    display: inline;
}

.dropshare {
    display: inline-block;
}

.video-buttons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.subscribe-button {
    width: auto;
}

@media only screen and (max-width: 1422px) {
    .subscribe-button-holder button.unsubscribe-button,
    .subscribe-button-holder button.subscribe-button,
    .how-it-works-link {
        width: 170px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1330px) {
    .subscribe-button-holder button.unsubscribe-button,
    .subscribe-button-holder button.subscribe-button,
    .how-it-works-link {
        width: 155px;
    }

    .subscribe-button:after {
        content: 'Subscribe To Channel';
    }
}

@media only screen and (max-width: 1000px) {
    .subscribe-button-holder button.unsubscribe-button,
    .subscribe-button-holder button.subscribe-button,
    .how-it-works-link {
        width: 190px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1160px) {
    .subscribe-button-holder button.unsubscribe-button,
    .subscribe-button-holder button.subscribe-button,
    .how-it-works-link {
        width: 175px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1084px) {
    .subscribe-button-holder button.unsubscribe-button,
    .subscribe-button-holder button.subscribe-button,
    .how-it-works-link {
        width: 145px;
    }

    .subscribe-button:after {
        content: 'Subscribe To Channel';
    }

    .unsubscribe-button:after {
        content: 'SUBSCRIBED';
    }

    button.unsubscribe-button:hover, button.unsubscribe-button:hover:after {
        content: 'UNSUBSCRIBE';
    }
}

@media only screen and (max-width: 800px) {
    .subscribe-button-holder button.subscribe-button, .how-it-works-link {
        width: 94px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        height: 28px;
        margin-top: 0px;
    }

    .how-it-works-link {
        margin-left: 0;
    }

    .subscribe-button:after {
        content: 'Subscribe To Channel';
    }

    .subscribe-button-holder button.unsubscribe-button {
        width: 94px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        height: 28px;
        background-color: #b5bbbd;
        margin-top: 0px;
    }

    .unsubscribe-button:after {
        content: 'SUBSCRIBED';
    }

    button.unsubscribe-button:hover, button.unsubscribe-button:hover:after {
        content: 'UNSUBSCRIBE';
        background-color: #798b92;
    }
}

@media only screen and (max-width: 673px) {
    .subscribe-button-holder {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 570px) {
    .how-it-works-link {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 531px) {
    .subscribe-button-holder {
        margin-top: 16px;
    }

    .how-it-works-link {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 433px) {
    .feedback-drop {
        margin-top: 16px;
    }
}

/* === MOBILE 425px === */
@media only screen and (max-width: 425px) {
    .subscribe-button-holder {
        width: 50%;
        margin-top: 0;
    }

    .subscribe-button-holder button.subscribe-button,
    .subscribe-button-holder button.unsubscribe-button,
    .subscribe-button {
        width: 100% !important;
        height: 40px;
        font-size: 18px;
        margin-top: 0;
    }

    .subscribe-button:after {
        content: 'Subscribe To Channel';
    }

    .unsubscribe-button:after {
        content: 'SUBSCRIBED';
    }

    .how-it-works-link {
        width: 50%;
        height: 40px;
        font-size: 14px;
        margin-top: 0;
        margin-left: 0;
    }
}

/* === MOBILE 375px === */
@media only screen and (max-width: 375px) {
    .subscribe-button-holder button.subscribe-button,
    .subscribe-button-holder button.unsubscribe-button,
    .subscribe-button {
        height: 36px;
        font-size: 16px;
    }

    .how-it-works-link {
        height: 36px;
        font-size: 13px;
    }
}