.endless-grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 25px 0;
}

.endless-grid.ott {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.endless-grid {
    position: relative;
    margin: 5px;
}

.endless-grid img {
    display: block;
    width: 100%;
    height: auto;
}

.ott .endless-overlap {
    top: 15%;
    left: 7%;
    bottom: auto;
    width: 35%;
}

.endless-overlap {
    position: absolute;
    bottom: 10%;
    left: 7%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.ott .endless-overlap .endless-overlap-title {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
}

.endless-overlap .endless-overlap-title {
    font-size: 35px;
    color: #fff;
    margin: 0;
    line-height: 45px;
    font-family: ProximaNova-Bold;
    text-transform: capitalize;
}

.ott .endless-overlap h5 {
    font-size: 26px;
    line-height: 32px;
    position: relative;
    padding-bottom: 25px;
    margin-top: 15px;
    color: #fff;
}

.ott .endless-overlap h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95px;
    height: 2px;
    background: #fff;
}

.ott .endless-overlap p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
    color: #fff;
}

.button-link.clr {
    color: #fff!important;
}

.button-link {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    font-family: ProximaNova-Bold;
    color: #2650bb;
    margin-top: 40px;
}

.button-link i {
    display: inline-block;
}

.angle-arrow-pos.position-one {
    top: 2px;
}

.button-link i img {
    width: 20px;
    height: auto;
    margin: 0 0 0 5px;
    transition: transform ease 0.4s;
}

#knowmore, #knowmore-one, #knowmore-three, #knowmore-two {
    display: none;
}

.ott .endless-overlap .mouse-over-btn {
    margin: 25px auto 0;
    margin-left: 0;
    text-align: center;
    color: #fff;
    border-color: #fff;
    height: 33px;
    padding-top: 0;
}

.mouse-over-btn {
    width: 145px;
    height: 30px;
    border: 1px solid #4a4a4a;
    display: block;
    margin: 30px auto 0;
    line-height: 30px;
    border-radius: 5px;
    font-size: 16px;
    font-family: ProximaNova-Bold;
    color: #4a4a4a;
    cursor: pointer;
}

.video_on {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    margin-left: 0!important;
}

.endless-grid.linear-streaming {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    margin-right: 0;
}

.linear-streaming .mouse-over {
    background: rgba(251,164,98,.9);
}

.mouse-over {
    position: absolute;
    visibility: hidden;
    top: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    z-index: 1;
}

.mouse-over-title {
    font-size: 29px;
    line-height: 35px;
    color: #1b1b1b;
    font-family: ProximaNova-Bold;
    margin-bottom: 12px;
}

.mouse-over-text {
    font-size: 22px;
    color: #000;
    display: block;
    font-family: ProximaNova-Semibold;
    line-height: 36px;
}

.button-link.clrb {
    color: #000!important;
}

.button-link i img {
    width: 20px;
    height: auto;
    margin: 0 0 0 5px;
    transition: transform ease 0.4s;
}

.mouse-over-container {
    width: 100%;
    z-index: 1;
}