.egy-owl-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
    background: #090909;
    margin-bottom: 15px;
}

/*/////////////////////////////////////////*/
.egy-owl-video .item {
    overflow: hidden;
    background-color: #424447;
    border-right: 1px solid #373739;
/*    padding: 16px 0;*/
    height: 100%;
    position: relative
}
.egy-owl-video .item_image {
    position: relative;
    height: 260px;
}
.egy-owl-video .item_image .min-play-vid {
    color: #fff;
    z-index: 2;
    background: rgba(51, 51, 51, .6);
    /* padding: 10px; */
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.egy-owl-video .item_image .min-play-vid i{
    font-size: 30px
}
.egy-owl-video .item img {
    height: 100%;
    margin: auto;
}

.egy-owl-video .item h2.title {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    line-height: 1.6;
}

/*---------------------
  menu slider
-----------------------*/
.egy-owl-video {
    position: relative;
    z-index: 99
}

.egy-owl-video.owl-carousel .owl-nav {
    left: 0 !important;
    top: 0 !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.egy-owl-video.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 51px;
    background-color: rgba(0,0,0,0.6);
    width: 50px;
    height: 50px;
    top: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.egy-owl-video.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    width: 50px;
    height: 50px;
    top: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.egy-owl-video.owl-carousel .owl-nav button:last-child {
    margin-right: 0;
}

.egy-owl-video.owl-carousel .owl-nav button:hover {
    background: #313131;
    color: #ffffff;
}
.owl-carousel .owl-item {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 1
}
.owl-carousel .owl-item:hover {
    opacity: .7
}

/*
@media screen and (max-width:769px) {
    .egy-owl-video.owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: -90px;
    }

    .egy-owl-video.owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: -90px;
    }

    .header-match .matchResult {
        margin-top: 5px;
    }
    .header-match .event_title_wrapper .matchTime{
        height: auto;
    }
}
*/
