.App .Home.Content {
    top: 0;
    height: 100%;
}
.Home .PLogo {
    text-align: center;
    padding-bottom: 60px;
}

.Home .PLogo img {
    width: 130px;
    height: auto;
}
@media only screen and (max-width: 1024px) {
	.App .Home.Content {
        width: 100%;
        height: 100%;
    }
	.App .Home.Contentm {
        width: 100%;
        height: 100%;
    }
}

