.vp-center {
    align-items: flex-start !important; /* Align content to the top */
    justify-content: flex-start !important; /* Align content to the left/top */
    padding: 0 !important; /* Reset any padding */
    margin: 0 !important; /* Reset any margin */
}