div.resources-packages.type-celebrity {
  max-width: 1600px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  margin-top: 15px;
  margin-left: 2.5%;
  width: 97.5%;
}

div.resources-packages.type-celebrity article {
  display: inline-block;
  float: left;
  border: none;
  margin: 0;
  position: relative;
  margin-right: 5px;
  height: 240px;
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #fff;
}

div.resources-packages.type-celebrity article .article-image-container {
  width: auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
  margin: 0;
  border: 0;
}

div.resources-packages.type-celebrity article .article-image-container img{
  width: 240px;
  max-width: 260px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  border: none;
}

div.resources-packages.type-celebrity article .article-content-wrapper {
  text-align: left;
  color: #1c64ad;
  text-shadow: none !important;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

div.resources-packages.type-celebrity article .article-content-wrapper .article-title {
  background: #959595;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  margin: 4px 0px;
  padding: 0 5px;
}

div.resources-packages.type-celebrity > div {
  height: 240px;
  overflow: hidden;
  margin-bottom: 5px;
  width: 120px;
  background: #fff;
  float: left;
  display: inline-block;
}

div.resources-packages.type-celebrity div article:nth-child(1) .article-image-container img, div.resources-packages.type-celebrity div article:nth-child(2) .article-image-container img {
  width: 115px;
}

div.resources-packages.type-celebrity > div > article {
  height: 120px;
}

div.resources-packages.clearfix.type-celebrity > article > a > div.article-content-wrapper {
  bottom: -5px;
}



