@media screen and (max-width: 700px) {
  
  	#srv div {
	flex-basis:99%;
	padding:0.5%;
	margin:0.5%;
	box-shadow:0 0 2px 0px;
	}
}
