.maha-attachment-asset,
.maha-attachment-video,
.maha-attachment-image,
.maha-attachment-link {
  margin-top: 0.4em;
  width: 100%;
  border: 1px solid fadeout(@black, 90);
  background-color: @white;
  border-radius: 0.5em;
  overflow: hidden;
  display: block;
  img {
    width: 100%;
    display: block;
  }
}
.maha-attachment-video-image {
  position: relative;
  cursor: pointer;
  border-radius: 0.5em 0.5em 0 0;
  overflow: hidden;
}
.maha-attachment-video-play {
  .translateXY(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 6px solid darken(@white, 5);
  border-radius: 50%;
  padding: 10px 12px 10px 18px;
  cursor: pointer;
  &:hover {
    border-color: @white;
    &:after {
      border-left-color: @white;
    }
  }
  &:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid darken(@white, 5);
  }
}
.maha-attachment-video-player {
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
  iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }
}
.maha-attachment-details {
  padding: 0.4em 0.8em;
}
.maha-attachment-title {
  font-weight: bold;
  color: @black;
}
.maha-attachment-text {
  color: fadeout(@black, 20);
  font-size: 0.8em;
  line-height: 1.6em;
}
.maha-attachment-service {
  margin-top: 0.25em;
  font-size: 0.7em;
  text-transform: uppercase;
  color: fadeout(@black, 60);
  font-weight: bold;
  line-height: 16px;
  img {
    display: inline-block;
    margin-right: 3px;
    height: 16px;
    width: 16px;
    margin-bottom: 4px;
    vertical-align: middle;
  }
}
.maha-attachment-local {
  color: @blue;
  cursor: pointer;
  &:hover {
    text-decoration: underline;
    color: darken(@blue, 20);
  }
}
