#closer_videopopup {
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
}

#opct {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}

#videCont {
    position: relative;
    padding-bottom: 60.25%;
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 80%;
    height: auto !important;
}

video {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    opacity: 1 !important;
    height:auto;
}

#video1 {
    cursor: pointer;
    cursor: hand;
}

.btn-sm-close
{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border-radius: 25px;
    background-color: #c1272d;
    z-index:100004;
    margin-right: 80px;
    margin-top: 50px;
}

@media(max-width:768px){
#videCont 
{
    max-width: 89%;
}

video 
{
    top: 200px;
    background: transparent;
}

.btn-sm-close
{
    margin-top: 165px;
    margin-right: 0px;
    z-index:100004;
}

}
@media(max-width:767px){
#vidBox
{

    top: 180px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    background: none;
}
video 
{
    top: -10px;
    display: block;
    background: transparent;
    width: 100%;
    margin: auto;
    height: 100%;
}
.btn-sm-close
{
    margin-top: 10px;
    z-index:100004;
}
}

@media(max-width:736px){
video 
{
    display: block;
    background: transparent;
    width: 100%;
    margin: auto;
    height: 56%;
}

.btn-sm-close 
{
    margin-top: -90px;
    margin-right: 15px;
    z-index:100004;
}
}

@media(max-width:414px){
video 
{
    display: block;
    background: transparent;
    width: 100%;
    margin: auto;
    height: 100%;
}

#videCont 
{
    position: relative;
    padding-bottom: 60.25%;
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 98%;
    height: auto !important;
    margin-top: 90px;
}

.btn-sm-close
{
    margin-top: 90px;
    margin-right: -3px;
    z-index:100004;
}

}
