
/*Lineup Video*/

div#ml-partners3 {
	width: 750px;
	margin: 0 auto;
	max-width: 100%;
}

.ml-center{ 
	text-align: center;
}

 /*visual programming  color changed #c3c9cb */
div#ml-visual-programming {
	text-align: center;
	padding: 96px 0 25px 0;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

}

.ml-movie.ml-pc {
    margin: 47px auto;
    background-size: contain;
    height: 438px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    padding: 1.5vw 0 4.3vw 0;
    box-sizing: border-box;
    border-radius: 15px;
}
.ml-video {
    height: 345px;
}

img.ml-video-img {
    position: absolute;
    margin-top: 19px;
    margin-left: 9px;
}

