    .bg{
    background-color:#e5e5e5;
	width: 100%;
    height: 100vh;
    background-size: 100%;
    
}
@media only screen and(max-width:678px;){
    .bg{background-size: 300%;
    }
}


.new{

color:red;
padding-right:1000px;
position:absolute;
}
.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}