@media screen and (max-width: 980px){
#thumb { left:32%; }
}
@media screen and (max-width: 768px){
#thumb { left:28%; }
.white_content { width:60%; left:18%; }
.white_content h2 { font-size:16px; }
}
@media screen and (max-width: 640px){
#thumb { left:23%; }
.white_content { width:70%; left:10%; }
div#copy { left:35%; }
}
@media screen and (max-width: 480px){
#thumb { left:16%; }
}
@media screen and (max-width: 480px){
#thumb { }
#thumb ul { height:auto; }
#thumb ul li { width:auto; height:auto; margin-right:0; }
#thumb ul li img { width:60px; height:auto; }
.cbp-spmenu-vertical { top:80px; }
}
@media screen and (max-width: 360px){
.white_content { width:82%; left:3%; top:2%; }
}