.dzs--gutenberg-preview-block {
  min-height: 180px;
  max-height: 180px;
  overflow: hidden;
  border: 3px solid #545c66;
  padding: 5px;
  position: relative;
  transition-property: max-height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.dzs--gutenberg-preview-block:after {
  position: absolute;
  content: "";
  background: #020024;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #545c66 100%);
  height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.dzs--gutenberg-preview-block.expanded {
  max-height: 1000px;
}
.dzs--gutenberg-preview-block.expanded:after {
  opacity: 0;
}
.dzs--gutenberg-preview-block > div:first-child {
  cursor: not-allowed;
  cursor: no-drop;
}
.dzs--gutenberg-preview-block .gutenberg-videogallery-con {
  pointer-events: none;
}
.dzs--gutenberg-preview-block .preview-block--expander {
  position: absolute;
  bottom: 3px;
  color: #eeeeee;
  font-size: 11px;
  padding: 5px;
  background-color: rgba(34, 34, 34, 0.47);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
}

.dzs-player-examples-con {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 10px;
  width: calc(100% - 10px);
}

.gt-dzs-examples-con h5:not(.a) {
  cursor: pointer;
  font-size: 1.5em;
}
.gt-dzs-examples-con:not(.opened) div {
  display: none;
}
.gt-dzs-examples-con:not(.opened) .dzs-player-examples-con {
  display: none;
}
.gt-dzs-examples-con .the-icon {
  display: inline-block;
}
.gt-dzs-examples-con.opened .the-icon {
  transform: scale(0.5);
}

.dzs-player-example {
  background-color: #EEEEEE;
  cursor: pointer;
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dzs-player-example .the-img {
  display: block;
  width: 100%;
  display: block;
  overflow: hidden;
}
.dzs-player-example h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: arial, sans-serif;
}
.dzs-player-example .the-label {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*# sourceMappingURL=block_playlist.css.map */
