.image-prores-camera-devices {
    width: 456px;
    height: 294px;
    background-size: 456px 294px;
    background-repeat: no-repeat;
    background-image: url("/tw/final-cut-pro/images/ecosystem/prores_camera_devices_large.jpg");
    position: relative
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-prores-camera-devices {
        background-image: url("/tw/final-cut-pro/images/ecosystem/prores_camera_devices_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .image-prores-camera-devices {
        width: 456px;
        height: 294px;
        background-size: 456px 294px;
        background-repeat: no-repeat;
        background-image: url("/tw/final-cut-pro/images/ecosystem/prores_camera_devices_medium.jpg")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .image-prores-camera-devices {
        background-image: url("/tw/final-cut-pro/images/ecosystem/prores_camera_devices_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .image-prores-camera-devices {
        width: 283px;
        height: 182px;
        background-size: 283px 182px;
        background-repeat: no-repeat;
        background-image: url("/tw/final-cut-pro/images/ecosystem/prores_camera_devices_small.jpg")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .image-prores-camera-devices {
        background-image: url("/tw/final-cut-pro/images/ecosystem/prores_camera_devices_small_2x.jpg")
    }
}

