/* Upload Form */
#reviewmedia-container {
    position: relative;
}
#reviewmedia-container .reviewmedia-delete {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 50%;
    color: #555;
    text-align: center;
    cursor: pointer;
}
#reviewmedia-container .reviewmedia-delete:hover:before {
    color: #e4001b;
}
#reviewmedia-container .reviewmedia-delete:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
}
#reviewmedia-container .reviewmedia-thumbnail {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#reviewmedia-container .reviewmedia-description {
    height: 46px;
    padding-left: 55px;
}

/* Customer Images */
.reviewmedia-customer-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reviewmedia-customer-images .customer-image-container {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.reviewmedia-customer-images .customer-image-container:last-child {
    margin-right: 0;
}
.reviewmedia-customer-images .customer-image {
    display: block;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    outline: 0;
}
.reviewmedia-customer-images .customer-image-show-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #eee;
    border-color: #eee;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.reviewmedia-customer-images .customer-image .caption {
    font-size: 12px;
    color: #444;
}
.reviewmedia-customer-images .customer-image:hover {
    border-color: #e4001b;
}
#reviewmedia-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 2px;
    border: dashed 2px #ccc;
    background-color: #f9f9f9;
    color: #bbb;
    text-decoration: none;
}
#reviewmedia-button .fa {
    font-size: 24px;
}
#reviewmedia-container .reviewmedia-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 5px;
    border-radius: 2px;
    background-color: #333;
}
