.gallery_collections .each_block .each_block_sub {
  box-shadow: 1px 2px 7px #cac9c9;
  border: 1px solid #f2f2f2;
}
.gallery_collections .each_block .content h4 {
  font-size: 16px;
  font-family: latobold;
  color: #000;
  word-wrap: break-word;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  word-spacing: 3px;
}
.gallery_collections .each_block .content span a{
  color: #21bfad;
}
.gallery_collections .each_block .content span {
  font-size: 15px;
  color: #707070;
  padding: 15px 15px;
}
button.gallery-tab.deact-tab {
  color: white;
  background: #21bfad;
  padding: 8px 20px;
  font-size: 18px;
  border: 1px solid #21bfad;
}
button.gallery-tab.active-tab{
  color: #21bfad;
  background: #ededed;
  padding: 8px 20px;
  font-size: 18px;
  border: 1px solid #ededed;
}
button.gallery-tab.active-tab i,button.gallery-tab.deact-tab i{padding-right: 5px;}
.gallery_collections .each_img_position{
  position: relative;
}
.video-btn i{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 55px;
  color: #f00;
  text-align: center;
  cursor: pointer;
}
#Video_Modal .modal-body {
  padding: 0px;
}
button.close {
  position: absolute;
  right: -30px;
  top: -5px;
  z-index: 9;
  color: black;
  opacity: 1;
  box-shadow: none;
  font-size: 36px;
}