@media only screen and (max-width:500px){
    .BackContentNandG{width: 94% !important;margin-right: 3vw;}
}
@media only screen and (max-width:767px){
    .BackHeader, .BackTextOnHeader{
        display: none;
    }
    .BackContentNandG{
        width: 96%;
        margin-top: 95px;
    }
    .ContentNandG{
        width: 90.9vw;
        height: 90.9vw;
        float: none;
        clear: both;
    }
    .Gallery{padding-bottom: 1.7vw !important;}
    .BackNewProduct{padding-bottom: 1vw !important;}
    .BackNewProductLast{padding-bottom: 1.2vw !important;}
    .CNG{margin-right: 0 !important;}
    .TopCNG{margin-top: 0 !important;}
    .LastCNG{height: 45.45vw !important;}
    .NewProduct{width: 49%;}
    .MarginNP{margin-right: 1vw !important;float: left !important;}
    .EndBackCNG{height: 1.5vw;}
    .NewPaperInNPG{width: 90.9vw;margin-bottom: 1vw;}
    .ToolTip::after {border-width: 1.8vw;}
    .RightTT::after{
        margin-top: 20%;
        margin-right: 22.2%;
    }
    .LeftTT::after{
        margin-top: 20%;
        margin-right: -25.7%;
    }
    .ToolTip h1{width: 35vw;margin-right: 4.8vw;font-size: 3.3vw;}
    .ToolTip span{margin-top: 26vw;width: 15vw;margin-right: -7vw;}
    .ToolTip p{margin-right: 15vw;margin-top: 30vw;font-size: 3.2vw;}
    .NewPaperInNPG{height: 8.7vw;margin-bottom: 2.3vw;}
    .NewPaperInNPG p{font-size: 3.3vw;}
    .BackTitlePaper{display: block;bottom: 13vw;height: 11.9vw;}
    .TitlePaper{font-size: 2.9vw;}
}
@media only screen and (min-width:767px) and (max-width:1050px){
    .BackHeader{
        margin-bottom: 20px;
    }
    .BackContentNandG{
        width: 99%;
    }
    .ContentNandG{
        width: 46.7vw;
        height: 46.7vw;
    }
    .LastCNG{height: 23vw !important;}
    .RightTT::after{
        margin-top: 10.1%;
        margin-right: 11.4%;
    }
    .LeftTT::after{
        margin-top: 10.5%;
        margin-right: -13.5%;
    }
    .ToolTip h1{margin-right: 2.4vw;}
    .ToolTip p{margin-right: 3.7vw;}
    .NewPaperInNPG{width: 94.3vw;margin-bottom: 1vw;}
}