.dax_embed{
  width: 100%;
}
.dax_embed, .dax_embed *{
  text-decoration: none;
}
.dax_embed_container{
  width: 100%;
  position: relative;
}

.dax_embed_container_logo{
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 35px;
  z-index: 2;
}
.dax_embed_container_logo img{
  width: 100%;
  display: block;
  margin: 0!important;
}

.dax_embed_container_imgs{
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #222;
}

.dax_embed_container_imgs div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dax_embed_container_imgs_bg{
  background: no-repeat center center;
  background-size: cover;
  background-color: #222;
  transform: scale(1.2);
  filter: blur(4px);
  background-blend-mode: overlay;
}

.dax_embed_container_imgs::after{
  content: '';
  width: 100%;
  display: block;
  padding-top: 56%;
}

.dax_embed_container_info{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  padding:  8rem 7% 0.5rem;
  background: linear-gradient(to bottom, rgba(10,10,10,0), rgba(10,10,10,0.9));
}
.dax_embed_container_info .dax_embed_container_info_icon img{
  height: 27px!important;
  width: auto!important;
  display: block;
  margin-right: 0.5rem;
}
.dax_embed_container_info_info{
  flex: 1;
  line-height: 1;
}
.dax_embed_container_imgs_featured{
  z-index: 2;
  background: no-repeat center center;
  background-size: contain;
}
.dax_embed_container_info_info_title{
  font-weight: 300;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #f0f0f0;
}
.dax_embed_container_info_info_data{
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #eee;
}

@media (min-width: 700px){
  .dax_embed_container_info_info_title{
    font-size: 2rem;
  }
  .dax_embed_container_info .dax_embed_container_info_icon img{
    height: 35px!important;
    margin-right: 1rem;
  }
  .dax_embed_container_info_info_data{
    font-size: 0.8rem;
  }
  .dax_embed_container_info{
    padding-bottom: 1rem;
  }
}
