
.thubs{
	width: 100px;
	border-radius: 10%;
}
@media only screen and (min-width: 1200px) {
  .img-fluid {
    width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .thubs {
    width: 50px;
  }
}