.freestar-getty-results {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow: hidden;
    clear: both;
    background-color: #ffffff;
    
    white-space: nowrap;
    
    text-align: center;
    clear: both;
    width: 1120px;
    max-width: 100%;
}

.pull-right {
    float: right;
}

@media screen and (max-width: 767px) {
    .freestar-getty-results {
        display: none;
    }
}

.freestar-getty-results > div.freestar-getty-thumb {
  width: 154px;
  height: 90px;
  text-align: center;
  float: left;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #333333;
  
  padding: 2px;
  box-sizing: border-box;
  
  width: 14.28%;
  overflow: hidden;
  
  margin: 5px 0;
}

.freestar-getty-results > div.freestar-getty-thumb img {
/*  max-width: 100%;
  max-height: 100%;*/
  height: auto;
  vertical-align: middle;
  display: inline;
  
  min-height: 100%;
  min-width: 100%;
}

.freestar-getty-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.freestar-getty-header,
.freestar-getty-footer {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #efefef;
  padding: 10px;
  box-sizing: border-box;
}

.freestar-getty-header img,
.freestar-getty-footer img {
    max-height: 100%;
}

.freestar-getty-results .clearfix {
  clear: both;
}