.VPNavBar > .wrapper .title {
    white-space: break-spaces;
}
.logo {
    width: 32px;
    display: inline-block;
    vertical-align: text-bottom;
}

.screenshot_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.screenshot {
    max-width: 320px;
    height: auto;
    margin: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.screenshot_wrapper .screenshot {
    margin: 5px;
}
.magin_auto {
    margin: auto;
}
/* .screenshot_wrapper > .screenshot:not(:first-child) { */
    /* margin: 10px; */
/* } */

/* @media (max-width: 640px) { */
    /* .screenshot { */
        /* max-width: 100%; */
    /* } */
	/* .screenshot_wrapper > .screenshot:not(:first-child) { */
    /* margin-left: unset; */
	/* margin-top: 10px; */
	/* } */
/* } */