﻿.no-gallery ul {
  float: left;
  margin: 0;
  padding: 0;
}
.no-gallery li {
  list-style-type: none;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.no-gallery img, .no-gallery video, .no-gallery iframe {
  border-radius: 5px;
}
