.brazzers-daddy:after {
  content: "";
  display: table;
  clear: both;
}
.brazzers-daddy {
  position: relative;
}
.brazzers-daddy img {
  width: 100%;
  position: relative;
  display: none;
  top: 0;
  left: 0;
}
.brazzers-daddy img:first-child {
  display: block;
}
.tmb-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.tmb-wrap .tmb-wrap-table {
  display: table;
  visibility: hidden;
  height: calc(100% - 5px);
  width: calc(100% - 30px);
  margin-inline: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.thumb-item:hover .tmb-wrap-table {
  visibility: visible;
  opacity: 1;
}
.tmb-wrap-table div {
  position: relative;
  top: 0;
  display: table-cell;
  transition: all 0.3s ease;
  padding-top: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tmb-wrap-table div:not(:only-child)::before {
  position: absolute;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e2e2ea;
}
.tmb-wrap-table div:not(:last-child)::before {
  border-right: 3px solid transparent;
  background-origin: content-box;
  background-clip: content-box;
}
.tmb-wrap-table div:first-child::before {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tmb-wrap-table div:last-child::before {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tmb-wrap-table div.active::before {
  background-color: #ea5930;
}
.tmb-wrap-table div:first-child:last-child {
  border-color: transparent;
}
.image-wrap {
  width: 100%;
}
