body,html {
}

body {
    width: 100%;
    border-top: 1px solid transparent;
    height: 100vh;
    background: url("bg-top.png") no-repeat center top;
    background-size: cover;
}

.date-time {
    position: absolute;
    z-index: 99;
    padding: 0px 30px;
    background: #ff4e69;
    border-radius: 50px;
    font-size: 34px;
    color: #fff;
    bottom: 23%;
    right: 26%;
}

.vedio {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main {
}

.top-date {
    top: 23%;
    bottom: inherit;
}

.txter {
    position: absolute;
    z-index: 99;
    font-size: 24px;
    color: #fff;
    top: 42%;
    right: 16%;
}

.slogen {
    width: 830px;
    margin: 30px auto;
    display: block;
}

.footer {
    position: fixed;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}

@media (max-width: 1500px) {

    body {
        background-size: 100% auto;
    }
}

@media (max-width: 1290px) {
    .main {
        padding-bottom: 70px;
    }

    .vedio {
        padding-bottom: 40px;
        margin: 270px auto 0px;
    }

    .xgplayer-skin-default {
        width: 400px!important;
        height: 300px!important;
    }
}

@media (max-width: 1140px) {
    .container {
        width: 100%;
    }

    .slogen {
        width: 100%;
    }

    .video-cont {
        width: 100%;
    }

    .slogen {
        padding: 18px;
        box-sizing: border-box;
    }

    #videoPlayer, #videoPlayer1 {
        height: 200px!important;
    }

    .vedio {
        width: 90%;
        margin: 200px auto 0px;
    }

    .main {
        padding-bottom: 70px;
    }

    .vedio {
        margin: 270px auto 0px;
    }
}

@media (max-width: 600px) {
    .vedio {
        height: auto;
        width: 90%!important;
        padding-bottom: 0px;
        top: 22%!important;
    }

    .vedio {
        margin: 220px auto 0px;
    }

    .vedio {
        bottom: auto!important;
        margin: 0;
    }
}

@media (max-width: 375px) {
    .vedio {
        height: auto;
    }
}

