.cameraImage {
    display: inline-block;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    width: 640px;
    height: 480px;
    background-size: contain;
}

.cameraImageSmall {
    display: inline-block;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    width: 320px;
    height: 240px;
    background-size: contain;
}
