parts {
    portrait {
        background {
            image   device_bezel.png
        }
        foreground {
            mask    device_mask.png
        }
    }

    device {
        display {
            width   480
            height  480
            x       0
            y       0
            corner_radius 210
        }
    }
}

layouts {
    portrait {
        width     530
        height    530

        part1 {
            name    portrait
            x       0
            y       0
        }

        part2 {
            name    device
            x       25
            y       25
        }
    }
}
