    .image-wrapper {
      position: relative;
    }

    .image-wrapper img {
      display: block;
    }

    .overlay-text {
      position: relative;
      top: -270px;
      left: 10px;
	  width: 145px;
	  text-align: left;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 6px 10px;
      font-size: 16px;
      border-radius: 6px;
      pointer-events: none;
	  float: left;
    }
	
    .overlay-host {
      position: relative;
      top: -270px;
      left: 10px;
	  text-align: left;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 6px 10px;
      font-size: 16px;
      border-radius: 6px;
      pointer-events: none;
	  float: left;
	  margin-left: 10px;
    }
	
    .overlay-host-image {
      position: relative;
      top: -270px;
      right: 10px;
	  text-align: left;
      background: url(media/xentra.png);
	  background-size: 64px;
	  background-position: center;
	  width: 45px;
	  height: 43px;
      color: #fff;
      padding: 6px 10px;
      font-size: 16px;
      border-radius: 6px;
      pointer-events: none;
	  float: right;
	  margin-left: 10px;
    }
	
    .overlay-type {
      position: relative;
      top: -270px;
      left: 10px;
	  text-align: left;
      background-color: rgba(0, 0, 0, 0.6);
      color: #ff4ad2;
      padding: 6px 10px;
      font-size: 16px;
      border-radius: 6px;
      pointer-events: none;
	  height: 38;
	  line-height: 38px;
	  float: left;
	  margin-left: 10px;
    }
	
    .overlay-status {
      position: relative;
      top: -270px;
      left: 10px;
	  text-align: left;
      background-color: rgba(0, 0, 0, 0.6);
      color: #ff2626;
      padding: 6px 10px;
      font-size: 16px;
      border-radius: 6px;
      pointer-events: none;
	  height: 38;
	  line-height: 38px;
	  float: left;
	  margin-left: 10px;
    }

	.click-for-more {
	  position: relative;
	  bottom: 20px;
	  color: #666666;
	  margin: auto;
	  text-align: center;
	}
	
	.action-button {
	  background: #9146C1;
	  height: 32px;
	  border-radius: 7px;
	  display: inline-block;
	  width: auto;
	  padding: 10px;
	  padding-top: 3px;
	  padding-bottom: 3px;
	  margin-top: 20px;
	  transition: 0.3s;
	}
	
	.action-button:hover {
	  background: #be93db;
	  transition: 0.3s;
	  transform: all 0.3s ease;
	}
	
	.action-button a {
	  text-decoration: none !important;
	}
	
	.action-button a:hover {
	  color: #fff !important;
	}