@charset "utf-8";

/* responsive inline image class */
.img-responsive-icon {
	height: auto;
    max-width: 100%;
}

/* simple black border */
.pixel-border {
	border: 1px solid black;
}

/* responsive video-container for any video-type */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Bootstrap Template
 * @name: /css/sme-template/sme-template.css
 * @version: 1.6.1
 * @author: Hornung, Jonathan, Sony Music Germany
 * @date created : 2013/01/10
*/