#snapThumbnailPreviewHolder {
    height:108px;
    width:116px;
    overflow: hidden;
}

/* Snap Frame Previews */

.thumbnailContainer {
    display: inline-block;
    position: relative;
    height:162px;
    width:174px;
}

.thumbnailContainer.thumbnailContainerSmall {
    height:108px;
    width:116px;
}

.thumbnailContainer.thumbnailContainerLarge {
    height:270px;
    width:290px;
}

.thumbnailContainer.defaultFrame {
    border-bottom: 2px solid green;
}

.snapFrame {
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.snapThumbnail {
    position: absolute;
    z-index: 1;
    top:7%;
    left:7%;
    height:93%;
    width:86%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.snapThumbnail.noFrame {
    top:0;
    left:0;
    height:100%;
    width:100%;
}

#snapPlaceholder {
    background-image: url('/assets/img/app/cameraIcon.png');
    height:108px;
    width:116px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: darkgray;
}
