.LiveVideoContainer{
    background: #0e5d91;
    height: auto;
    display:none;
}
.LiveVideoOverlay{
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    width: 950px;
}
.LiveVideoInfoWrap{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(14 93 145); */
    color: #fff;
    background-image: linear-gradient(30deg, rgb(0 0 0 / 48%) 25%, rgb(14 93 145 / 3%)60%);
    background-size: cover;
    background-position: 75% center;
    background-repeat: no-repeat;
}

.LiveVideoInfo{
    /* margin-top: 60px; */ 
    position: absolute;
    padding: 25px 46px;
    margin-bottom: 90px;
    bottom: 0;
    width: 40%;
}
.LiveVideosummary p{
    color: #fff;
}
.LiveVideoInfo h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 800;
    color: #ffffff;
}
.LiveVideoDate{
   margin-top: 10px;
    
}
.LiveVideosummary{
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    /* margin-top: 10px; */
    line-height: 24px;
}

.LiveVideoBTN{
    transition: 0.3s;
    display: inline-block;
    width: 200px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    /* height: 55px; */
    line-height: 48px;
    font: 13px/60px promixa-nova,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    border: 1px solid;
    border-color: rgba(255,255,255,0.7);
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    margin-top: 13px;
}
.LiveVideoBTN:hover{
    border: 1px solid #fff;
    background-color: #3D88C1
}
.HomeSliderBTN:empty{display:none}
.closebtn{
    position: absolute;
    right: 7px;
    color: #fff;
    margin: 10px;
    font-size: 35px;
    transition: .3s;
    z-index: 2;
}
.closebtn:hover{
    color: #3D88C1;
    cursor: pointer;
}
.LiveVideonow{
    background: #f00;
    padding: 4px 6px;
    width: 66px;
    margin-bottom: 10px;
    font-size: 14px;
        border: 1px solid #fff;
}
.LiveVideoInfoimg{
    background-attachment: fixed;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
    height: 510px;
}
.boxcast-well-container {display: none;}

@media screen and (max-width: 1024px) {
.LiveVideoInfo {
    width: 90%;
}
}
@media screen and (min-width: 990px) {
    .LiveVideoContainer {
    min-height:535px;
    }
}
@media screen and (max-width: 989px) {
    .LiveVideoContainer {
    min-height:435px;
    }
}

@media screen and (max-width: 768px) {
    .LiveVideoContainer {
    min-height:432px;
    }
.LiveVideoInfo {
    position: relative;
    margin-bottom: 0px;
    padding: 25px 25px;
}

}
@media screen and (max-width: 535px) {
    .LiveVideoContainer {
    min-height:282px;
    }
}

@media screen and (max-width: 480px) {
    .LiveVideoContainer {
    min-height:231px;
    }
}

@media screen and (max-width: 460px) {
    .LiveVideoInfo h2 {
    font-size: 33px;
    line-height: 25px;
    }
    .LiveVideoBTN {
        font: 13px promixa-nova,sans-serif;
        padding: 15px 0px;
    }
    
    .LiveVideosummary {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    .LiveVideoContainer {
    min-height:211px;
    }
}
@media screen and (max-width: 368px) {
    .LiveVideoContainer {
    min-height:203px;
    }
    .LiveVideoInfo {
    margin-top: 0px;
    padding: 5px 5px;
    }
    .LiveVideoInfo h2 {
    font-size: 33px;
    line-height: 25px;
    }
    .LiveVideoBTN {
        padding: 10px 0px;
    }
}

@media screen and (max-width: 320px) {
    .LiveVideoContainer {
    min-height:180px;
    }
}