﻿.meesterid-video-container {
    width: 100%;
    max-width: 250px;
}

.meesterid-card {
    padding: 10px 15px 10px;
    background-color: #FBFBFB;
    border: 1px solid #bcbcbc;
    width: 100%;
    position: relative;
    display: inline-block;
    min-height: 200px;
}

.meesterid-stats {
    position: absolute;
    bottom: 0;
    right: 0;
}

.meesterid-card-button-container {
    width: 12%;
    float: left;
    padding: 0;

    a {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 10px 0;
        font-size: 20px;
        display: block;
        text-decoration: none;
        font-weight: bold;
        color: #970000;
        cursor: pointer;
    }
}


// Video JS override

.vjs-icon-placeholder {
}

.vjs-icon-placeholder {
    position: initial !important;
}

.videoPitch-dimensions {
    height:150px;
}

#return-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #970000;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
