.card-video{
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
}
.card-video-img{
    -webkit-border-radius:2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 50%;
    position: relative;
}
.card-video-title{
    line-height: 1.5em;
    height: 2.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.card-video-title p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-dark-free-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #0000004f;
    -webkit-border-radius:2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-play-video{
    height: 50px;
}
.icon-video{
    height: 20px;
    width: 20px;
    margin-left: 10px;
}
.wi-modal-video{
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
}

.bg-modal-video{
    background-color: #141414;
    width: 100% !important;
    min-height: 100vh;
}
#freeVideo .close{
    width: 50px;
    height: 50px;
    font-weight: bold;
    color: #fff;
    opacity: 1;
}
#freeVideo{
    padding-left: 0 !important;
}
#freeVideo .modal-dialog, #freeVideo .modal-content{
    max-width: 100%;
    min-height: 100vh;
    margin: auto !important;
background-color: #000;
}
#contentModal{
    width: 50%;
    margin: auto;
    text-align: center;
}
#contentModal video{
    width: 100%;
    height: auto;
}
@media (max-width: 576px){
    .icon-play-video{
        height: 40px;
    }
    .icon-video{
        height: 15px;
        width:15px;
        margin-left: 7px;
    }
}
@media (max-width: 768px){
    #contentModal{
        width: 100%;
    }
}
