
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
}

.slide {
    flex: 0 0 100%;
}

.prev,
.next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    /* background-color: #1a1b86;*/
    color: #b4861c !important;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 30px;
}

.prev {
    left: 0px;
}

.next {
    right: 0px;
}

.display-date {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 600;
}


@media only screen and (max-width: 580px) {
    img.sider {
        /* height: 340px;*/
    }
}

@media only screen and (max-width: 360px) {
    .display-time {
        padding: 0px !important;
    }

    p.date {
        color: #fff;
        font-size: 8px !important;
    }

    li.ser {
        font-size: 5px !important;
    }
}
/* @media only screen and (min-width: 992px)and (max-width: 1475px) {
        img.sider {
            height: 655px;
        }
    }*/
@media only screen and (max-width: 820px) {
    #countdown {
        font-size: 18px !important;
        color: #fff;
    }

    p.date {
        color: #fff;
        font-size: 10px;
    }

    .responsive-video.home {
        height: 250px !important;
    }
}

@media only screen and (min-width: 992px) {
    iframe.v3 {
        height: 244px !important;
    }
    .slider-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: -110px!important;
    }
}

@media only screen and (max-width: 618px) {
    .display-time {
        top: 5px !important;
        left: 5px !important;
    }
}

/*img.sider {
        height: 342px;
    }*/

.video-container {
    width: 100%;
    padding: 10px;
    background: white;
    display: inline-block;
}

.responsive-video {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .responsive-video iframe, .responsive-video video {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.display-time {
    /* display: flex; */
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 10px 20px;
    /* border-radius: 20px; */
    transition: ease-in-out 0.1s;
    transition-property: background, box-shadow, color;
    /* -webkit-box-reflect: below 2px linear-gradient(transparent, rgba(255, 255, 255, 0.05)); */
    background-color: #000;
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px;
    position: absolute;
    top: 2px;
    left: 7px;
}

.timer {
    text-align: center;
    margin-top: 50px;
}

#countdown {
    font-size: 20px;
    color: #fff;
}

li.ser {
    display: inline-block;
    list-style-type: none;
    padding: 0 1px;
    text-transform: uppercase;
}

    li.ser span {
        display: block;
        font-size: 16px;
    }

a.next.hm:hover {
    color: #000 !important;
    background-color: #ffff !important;
}

@media only screen and (max-width: 768px) {

    li.ser {
        font-size: 10px;
    }

        li.ser span {
            font-size: 10px;
            font-weight: 700;
        }

    a.next.hm {
        right: 2px !important;
        font-size: 10px !important;
        padding: 1px 4px 0px 4px !important;
    }

    .display-time {
        padding: 2px 10px;
    }

    .prev, .next {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 395px) {
    .prev, .next {
        top: 58%;
    }
}


