/* CSS Document */

/*div.ve_dzs_video {*/
/*border: 1px dashed #111;*/
    /*text-align: center;*/
    /*padding: 90px 0;*/
    /*box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    /*position: relative;*/

    /*background-image: url(images/ve_dzs_video_pattern.png);*/
/*}*/
/*img.ve_dzs_video:before{*/
    /*position: absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*height: 14px;*/
    /*background: rgba(0,0,0,0.5);*/
    /*content: 'ceva';*/
/*}*/

.full_banner{    background-color: #DFF1F0;
}

.full_banner>svg{
    width: 312px;
    height: 128px;

    position: absolute;
    left: 0;
    top:0;
}
.shortcode-details{
    position: absolute;
    top:10px;
    right:10px;

    text-align: right;
}
.shortcode-detail{
    display: inline-block;

    margin-bottom: 5px;

    background-color: rgba(255,255,255,0.7);

    color: #444444;

    font-size: 10px;

    padding: 3px 6px;
}