@charset "utf-8";

/* responsive inline image class */
.img-responsive-icon {
	height: auto;
    max-width: 100%;
}

/* simple black border */
.pixel-border {
	border: 2px solid black;
	background-color: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%;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
}


/* Bootstrap Template
 * @name: /css/sme-template/sme-template.css
 * @version: 2.5
 * @author: Hornung, Jonathan, Sony Music Germany
 * @date created : 2014/06/30
*/