/* Remove borders, margins, and paddings around homepage containers to make images truly full screen */
.home .wrapper,
.home .content,
.home .container,
.home .single-container,
.home .wpb_row,
.home .vc_row {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    width: 100% !important;
}

.home body {
    margin: 0;
    padding: 0;
}
