.ccplugin_container {
    width: 100%;
    position: relative;
}

.ccplugin_inner {
    max-width: 1200px;
    min-width: 800px;
    width: 50%;
    margin: 0 auto;
    padding: 4rem;
    overflow: auto;
}

.ccplugin_container h1 {
    font-size: 30px;
    margin: 2rem 0 1rem;
}

.ccplugin_container h2 {
    font-size: 26px;
    margin: 2rem 0 1rem;
}

.ccplugin_container table {
    border: none;
    margin: 0;
}

.ccplugin_container .forgot {
    margin-left: 1rem;
}

.ccplugin_container input[type=text],
.ccplugin_container input[type=password],
.ccplugin_container select {
    border: 1px solid #ddd;
    padding: 0.5rem 1rem;
    width: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-size: 1rem;
    margin: 0;
}

.ccplugin_message {
    background: whitesmoke;
    border: 1px solid black;
    padding: 0.5rem 1rem;
}

.ccplugin_container input[type=text],
.ccplugin_container input[type=password],
.ccplugin_container select {
    max-width: 500px;
    margin-bottom: 0.5rem;
}

.ccplugin_container input[type=submit],
.ccplugin_container button {
    background: black;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.ccplugin_container input[type=submit]:disabled,
.ccplugin_container button:disabled {
    background: rgba(0,0,0,0.5);
}

.ccplugin_container tr + tr {
    border-top: 1px solid #ddd;
}

.ccplugin_container th,
.ccplugin_container td {
    border: none;
    width: 50%;
}

.ccplugin_error {
    background: red;
    color: white;
    border: 1px solid black;
    padding: 0.5rem 1rem;
    max-width: 500px;
}

.ccplugin_error a {
    color: white;
}

.ccplugin_menu_item {
    padding: 0 0.5rem 0.5rem 0.5rem;
}

.ccplugin_container h2 {
    margin-top: 0;
    margin-bottom: 1rem;
}

#subscribe_form button {
    background: transparent;
    text-transform: capitalize;
    color: black;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
}

.ccplugin_language img {
    width: 35px;
}

.ccplugin_modal {
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.ccplugin_modal .inner {
    position: absolute;
    max-width: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
    background: white;
    padding: 1rem;
}

.ccplugin_modal form {
    display: block;
    float: left;
}
.ccplugin_modal .language {
    display: block;
    float: left;
    width: 7rem;
    margin: 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
}

.video-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 5px;
    width: 30%;
    height: 375px;
    object-fit: cover;
}

.tv-card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 5px;
    width: 100%;
    /*height: 5px;*/
    object-fit: cover;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.card_container {
    padding: 5px 25px;
}

.tv-thumbnail {
    position: relative;
    cursor: pointer;
    align-content: center;
}

.tv-thumbnail:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\25BA";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    align-content: center;
}

.video-thumbnail:before {
     position:absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     content: "\25BA";
     font-family: FontAwesome;
     font-size: 100px;
     color: #fff;
     opacity: .8;
     text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
 }

.video-thumbnail:hover:before {
     color: #eee;
 }

.packageBlock{
    width: 100%;
}
#wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
}

#sidebar-wrapper {
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 40px;
}

#sidebar-wrapper li {
    padding: 8px;
    font-size: 24px;
    display: block;
}

#page-content-wrapper {
    width: 75%;
}

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

    .card {
        /* Add shadows to create the "card" effect */
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        margin: 5px;
        width: 100%;
        height: 375px;
        object-fit: cover;
    }

    .tv-card {
        /* Add shadows to create the "card" effect */
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        margin: 5px;
        width: 100%;
        max-width: 500px;
        /*height: 5px;*/
        object-fit: cover;
    }

    .sidebar-nav {
        margin: 0;
        padding: 0;
    }

    #sidebar-wrapper {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 40px;
    }

    #page-content-wrapper {
        width: 100%;
    }

}
