.fullsize{
    flex-direction: row;
    flex-wrap: wrap;
}

.checkout {
    margin: 0 auto;
    width: 30%;
}

@media (max-width: 768px) {
    .checkout {
        width: 100%;
    }

}