.videobg {
    position: fixed;
    right: 0;
    bottom: 0;
    
    min-width: 100%;
    min-height: 100%;
        
    width: auto;    
    height: auto;
    
    pointer-events: none;
}

.container {
	height: 100vh;
	overflow: hidden;
	position: relative;
	background: rgba(146, 137, 183, 0.5);
}

.logo-img {
	position: absolute;
	left: 50%;
	margin: -134px 0 0 -225px;
        width: 450px;
        top: 50%;
}

@media (max-width: 640px) {
    
    .logo-img {
        width: 60%;

        position: absolute;
	left: 50%;
	margin: -134px 0 0 -110px;
        top: 50%;


        
    }
}

/*

@media (max-width: 480px) {
    
    .logo-img {
        width: 60%;
    }
}

@media (max-width: 340px) {
    
    .logo-img {
        width: 60%;
    }
}

*/