.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.album-detail {
  margin-right: -8px;
  margin-left: -8px;
}

.album-detail .album-item {
  padding-left: 8px !important;
  padding-right: 8px !important;
  border-radius: 8px;
}

.album-detail .album-item .featured-imagebox {
  margin: 8px auto !important;
}

.album-detail .album-item img {
  border-radius: 8px;
}

.ttm-blog-single .ttm-blog-single-content .ttm-blog-single-content .entry-content img {
  max-width: 100%;
}
