.photo-cta {
    width: 3em;
    height: 3em;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    border: 1px solid lightgray;
    background-color: #eceff1;
    text-align: center;
    border-radius: 5px;
}


.fm-modal.photo .photo-cta {
    font-size: 45px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
}

.gallery .photo-cta {
    font-size: 40px;
}


.photo-cta i {
    margin-top: 1em;
}

.fileUpload {

    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;

}
