dig-plugin {
	display: block;
	width: 100%;	
}
dig-plugin[data-alignment='block'] {
	clear: both;
}
dig-plugin[data-alignment='left'] {
	width: 50%;
	float: left;
	margin: 5px 15px 10px 0;
}
dig-plugin[data-alignment='right'] {
	width: 50%;
	float: right;
	margin: 5px 0 10px 15px;
}

/* Youtube */
dig-plugin[data-type='youtube'] .dig-plugin-content {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
dig-plugin[data-type='youtube'] .dig-plugin-content iframe, 
dig-plugin[data-type='youtube'] .dig-plugin-content object, 
dig-plugin[data-type='youtube'] .dig-plugin-content embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Brightcove */
dig-plugin[data-type='brightcove'] .dig-plugin-content {
	display: block;
	position: relative;
	padding-bottom: 56.3%;	
	height: 0;
	overflow: hidden;
}
dig-plugin[data-type='brightcove'] .dig-plugin-content object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Contilla */
dig-plugin[data-type='contilla'] #webapp {
	width: 100%;
}
dig-plugin[data-type='contilla'] #webapp .startText {
	width:auto;
}

dig-plugin[data-type='contilla'] #webapp .banner img {
	height: auto; 
    width: 100%;
}
dig-plugin[data-type='contilla'] #webapp .footer {
	width: 100%;	
}
dig-plugin[data-type='contilla'] #webapp .banner .result {
	height: auto;
}
dig-plugin[data-type='contilla'] #webapp .banner .result .resultText {    
    padding: 2em 0.5em;
    text-align: center;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

