@media only screen and (max-width: 960px){
section h3 {
    font-size: 20px;
    margin-bottom: 5px;}
.wrapTrending {width: 94%;}
}

@media only screen and (max-width:800px){
    .spotftr {width: 100%;}
    .spotLst{width:47%}
.spotLst:nth-child(3){margin-right:30px}
.spotLst:nth-child(2),.spotLst:nth-child(4){margin-right:0px;clear:none}
.spotLst:nth-child(3),.spotLst:nth-child(5){clear:both}	
}

@media only screen and (max-width:667px) {
    .spotLst .nws{width:64%}
}


@media only screen and (max-width:480px) {
.spotLst{width:100%}
.spotLst .nws{width:80%}
section h3 { font-size: 18px;margin-bottom: 5px;}
}

@media only screen and (max-width:414px) {
 .spotLst{margin:0 0px 20px 0}
.spotLst .nws{width:73%}   
}

@media only screen and (max-width:320px) {
.spotLst .nws{width:70%}    
}
