Note: You can control the position of the phone screen using the top margin inside the Advanced Image block.
Opacity of the non-active image is controlled in the Custom CSS toggle of the parent row. Find this section of CSS and adjust accordingly:
.bb-app-slider-1 .splide__slide:not(.is-active) {
opacity: 0.3;
}