/*-------enable width adapted video -----*/
/*-------duplicated from robotics.css -----*/
.videoWrapper {
    position: relative;
    padding-bottom: 54%; /* actual aspect ratio of video */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.video-section {
    /*height: 100%;*/
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
	/* background: #60a0c0 */