.single-gad2 {
  position: relative;
  width: 100%;
  height: 250px;
}
.single-gad2 .img-container {
  width: 100%;
  height: 100%;
}
.single-gad2 .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.single-gad2 .detail {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 5px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px 0 0 0;
  z-index: 20;
}
.single-gad2 .detail .qihoo-icon {
  color: #fff;
}
