body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

div.thumb {
  width: 100%; /* or whatever is required */
  height: 200px;
  text-align: center; /* ensures the image is always in the h-middle */
  overflow: hidden; /* hide the cropped portion */
  border: 1px solid #ccc;
}

/* Set the image to fill its parent and make transparent */
img.thumb {
  position: relative; /* allows repositioning */
  margin-top: 0%;
  margin-left: -200%; /* magic! */
  left: 100%; /* move the whole width of the image to the right */
  width: 100%;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px){

	div p.description {
	  min-height: 0;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 1200px){

	div p.description {
	  min-height: 6em;
	}

}

/* Large devices (1200px and up) */
@media (min-width: 1200px){

	div p.description {
	  min-height: 5em;
	}

}
