@media screen and (min-width: 768px) {
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html,body{
        min-width: 920px;
    }
    .waper{
        position: relative;
        width: 100%;
        height: 80vh;
    }
    .wapermodal{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index:2;
        overflow: hidden;
    }
    .wapermodal img{
        width: 120%;
        height: 120%;
        display: inline-block;
        margin-top: -5%;
        margin-left: -5%;
        object-fit: cover;
        filter:blur(10px);
    }
    .wapertitle{
        width: 100%;
        font-size: 58px;
        color: #ffffff;
        text-align: center;
        position: absolute;
        top: 40vh;
        left: 0;
        letter-spacing: 3px;
        z-index: 10;
    }
    .newdetailsContent{
        width: 70%;
        margin: 0 auto;
        padding: 20px 0 60px 0;
        font-size: 16px;
        box-sizing: border-box;
        position: relative;
        color: #321616;
    }
    .newdetailsContent-top{
        width: 100%;
        height: 25px;
        line-height: 25px;
    }
    .newdetailsContent-time{
        float: left;
    }
    .newdetailsContent-eye{
        background:url('../../images/eye.png') no-repeat;
        background-size:30px 30px;
        background-position: 0 50%;
        padding-left: 28px;
        float: right;
    }
    .newdetailsContents{
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .footerall{
        width: 100%;
        min-height: 550px;
        background-color: #343434;
        color: #FFFFFF;
        padding: 60px 0 0 0;
    }
}