.container-list_shortcode {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container-list_shortcode.live {
  max-width: 800px;
}
.list_shortcode {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3em;
  margin-bottom: 12px !important;
  color: #bfbfbf !important;
  padding: 15px;
  float: left;
  position: relative;
  cursor: pointer;
  min-height: 300px;
  flex: 0 0 25%;
}
@media screen and (max-width: 1200px) {
  .list_shortcode {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 600px) {
  .list_shortcode {
    flex: 0 0 100%;
  }
}
.list_shortcode .vid {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.list_shortcode .vid:before {
  font-family: ETmodules;
  content: "\49";
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
  transition: 0.6s;
}
.list_shortcode .vid img {max-width: 100%;height: auto;}
.list_shortcode iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.list_shortcode:hover:before {
  color: rgba(0, 0, 0, 0.6);
}
.live {
  position: relative;
  flex: 0 0 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
@media screen and (max-width: 768px) {
  .live {
    flex: 0 0 100%;
  }
}
.live iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
