.cbBlk.blank {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  margin-bottom: 20px;
  z-index: 1;
}
.cbBlk {
  width: 100%;
  height: 350px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}
.cbBlk:hover:before {
  content: '';
  opacity: 1;
}
.cbBlk:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  display: block;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  border-radius: 10px;
  transition: 0.2s all ease;
  opacity: 0;
  z-index: 0;
}
.cbBlk:hover .cbMenuBlk button {
  margin-top: 0px;
  transition: 0.8s all ease;
  opacity: 1;
  z-index: 20;
  box-shadow: 0 0 7px 2px rgb(255 255 255 / 40%);
}
.cbBlk.blank .blankImage {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  border: 6px solid #dadada;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cbBlk.blank .blankImage i {
  font-size: 70px;
  position: absolute;
  line-height: 1;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  color: #dadada;
}
.cbBlk.blank .cbMenuBlk button {
  margin-left: -19px;
}
.cbBlk .cbMenuBlk {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-top: 0;
  margin-left: -50px;
  text-align: center;
  z-index: 1;
}
.cbBlk .cbMenuBlk button {
  margin-top: -10px;
  transition: 0.8s all ease;
  opacity: 0;
  z-index: 20;
}
button.btn {
  min-width: 100px;
  font-size: 13px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.cbBlk .template-data {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 10px 15px 15px;
  z-index: 1;
  background: #ffffff;
  border-top: 2px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cbBlk .template-data .tmp-name {
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 600;
}
.flaticon2-browser-2:before {
  content: "\f15c";
}

@media (max-width:1561px){
  .col-md-3.media-col-4 {
    flex: 0 0 auto;
    width: 33%;
  }
}
.cbBlk img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  z-index: 1;
}