.upload-btn-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .upload-btn-box .preview-thumb, .upload-btn-box .uploadthumbnailbtn {
    display: inline-block; }
  .upload-btn-box .preview-thumb {
    width: 200px;
    height: 150px; }
  .upload-btn-box .or-pipe {
    display: inline-flex;
    margin: 0 5px;
    vertical-align: middle;
    height: 70%;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-style: italic; }
  .upload-btn-box .or-pipe::before, .upload-btn-box .or-pipe::after {
    border-left: 1px solid;
    height: 38%;
    content: "";
    position: absolute; }
  .upload-btn-box .or-pipe::before {
    top: 0px; }
  .upload-btn-box .or-pipe::after {
    bottom: 0px; }
