```Rectangle { id: rectangle visible: true width: 550 color: "#939695" opacity: 1 height: 550 Image { id: atc_holder width: 550 height: 550 visible: true x: parent.width / 2 - width / 2 y: parent.height / 2 - height / 2 antialiasing: true z: 0 rotation: 90 transformOrigin: Item.Center source: "images/carousel_12.png"