.flexy{
    font-size: 22px;
}

.video-fit {
    background-image: url(../img/plant-automation.jpg);
    background-size: cover; 
    text-align: center; 
    background-position:center; 
    padding: 200px 0;
    width : 100%;
    float:left;
    border-right: 1px solid white;
}

.video-fit2 {
    background-image: url(../img/service-supply.jpg);
    background-size: cover; 
    text-align: center; 
    background-position:center; 
    padding: 200px 0;
    width : 100%;
    float:left;
    border-right: 1px solid white;
}

.video-fit .video-fit-href{

    color:#FFF; 
    font-size:28px; 
    font-weight: 500;

}

.video-fit2 .video-fit-href{

    color:#FFF; 
    font-size:28px; 
    font-weight: 500;

}

@media screen and (min-width: 300px) { 

    .video-fit {
        width : 100%;
    }

    .video-fit2 {
        width : 100%;
    }    

}
@media screen and (min-width: 600px) { 

    .video-fit {
        width : 100%;
    }

    .video-fit2 {
        width : 100%;
    }    

}
@media screen and (min-width: 900px) { 
    
    .video-fit {
        width : 100%;    
    }

    .video-fit2 {
        width : 50%;    
    }    

}


#videoplayer2,.block{-webkit-flex-direction:column}
#videoplayer2{position:fixed;z-index:1000;width:100%;height:100vh;background:rgba(0,0,0,.85);top:0;left:0;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
#videoplayer2:after{content:" ";position:fixed;background:url(../img/close.svg);width:32px;height:32px;z-index:10001;top:20px;right:2%;background-size:contain;cursor:pointer}
#videoplayer2.show{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
#videoplayer2 iframe{width:90%;height:90%;margin:auto;border:none}


.clearfix {
    clear:both;
}

.brochure {
    margin: 0 auto;
    font-size: 2em;
}
.brochure a {
    display: block;
}