.photo{
    width: 24px;
    height: 24px;
    background: url(/img/photo.png) 0 -1px no-repeat;
    background-size: contain;
    margin-left: 10px;
    cursor: pointer;
    margin-top: -5px;
    margin-right: 2px;
}

.take-photo-btn, .toggle-camera-btn{
    border: 0;
    padding: 6px 12px;
    background: #e21e79;
    color: white;
    font-size: 0.8em;
}

video.webcam-active{
    max-height: 70vh;
}

.taking-photo video.webcam-active{
    max-height: unset;
}