.video-image-list-portlet .news-container {
  width: 100%;
  padding-top: 75%;
  /* 3:4 Aspect Ratio */
  position: relative;
  margin-bottom: 2vh;
  margin-right: 3px;
}
.video-image-list-portlet .news-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 90px;
  min-height: 90px;
  height: 90px;
}
.video-image-list-portlet .iconPlay {
  left: 5px;
  padding: 0 !important;
  position: relative;
  top: -40px;
  height: 1px;
}
.video-image-list-portlet .iconPlay > img {
  height: auto;
  width: 35px;
  max-height: 145px;
}
.video-image-list-portlet .news-title {
  height: 5rem;
  overflow: hidden;
  text-align: center;
}
.video-image-list-portlet .news-description {
  font-size: 11px;
  color: #909090;
}
.video-image-list-portlet .news-description .news-view-count {
  float: right;
}
.video-image-list-portlet .full-width {
  width: 100% !important;
  padding-left: 5px;
}
.video-image-list-portlet .basicSearch {
  display: flex;
  float: left;
  margin: 1% 3px;
  width: 98%;
}
.video-image-list-portlet .basicSearch .tukhoa {
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 13px;
  position: relative;
  top: 3px;
}
.video-image-list-portlet .basicSearch .keywords {
  width: 88%;
  margin: 0 5px;
  flex: 1;
}
.video-image-list-portlet .basicSearch .searchVideoImage button {
  font-size: 13px !important;
  font-weight: bold;
  width: 125px;
  text-align: center;
  margin-left: 5px;
  border-radius: 0.25rem;
}