.login-container{
    top: 8%;
    z-index: 1020;
    position:absolute;
    width:100%;
}
.middle-login{
    left: 5%;
}
.texto-topicos-home{
    text-align: center;
    color: #fff;
    font-size:15px;
}
.texto-solucoes{
    color:#fff;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    height: 645px;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}



@media (min-width: 200px) and (max-width: 640px) {
	.homepage-hero-module{
                height:100%;
	}
	.video-container{
		background: url(../backgrounds/Writing-Working/Writing-Working.jpg) center no-repeat;
                
	}
        
        .texto-topicos-home{
            color:#666;
        }
        .texto-solucoes{
            color:#fff;
            /*text-shadow: #ccc 0.1em 0.1em 0.1em;*/
        }
}