
  .image_area {
    position: relative;
  }
  
    .image_area_winner {
    position: relative;
  }
  
  img {
    display: block;
    max-width: 100%;
  }
  
  .preview {
    overflow: hidden;
    width: 160px; 
    height: 160px;
    margin: 10px;
    border: 1px solid red;
  }
  
  .modal-lg{
    max-width: 1000px !important;
  }
  
  .overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    width: 100%;
  }
  
  .image_area:hover .overlay {
    height: 50%;
    cursor: pointer;
  }
  
    .image_area_winner:hover .overlay {
    height: 50%;
    cursor: pointer;
  }
  
  .text {
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .image_area {
    padding: 0em 1em 1em 0em;
    border: 1px solid #e0e0e0;
    overflow: hidden;
  }
  
    .image_area_winner {
    padding: 0em 1em 1em 0em;
    border: 1px solid #e0e0e0;
    overflow: hidden;
  }
  
  .uploaded_image {
    max-height: 10em;
    margin: auto;
  }
  
    .uploaded_winnner_image {
    max-height: 10em;
    margin: auto;
  }
  
  .image > span {
    display: block;
    font-size: 13px;
    color: #727171;
    font-weight: 400;
    margin: 0em 0.5em 0.5em 0em;
  }
  
  .imageCont {
    width: 40%;
    float: left;
    margin-top: 1em;
    text-align: center;
  }
  
  .imageCaptions {
    width: 60%;
    float: left;
    clear: none;
  }
  
  .deleteImageBtn {
    margin: 1em 0.5em 0em 0em;
  }
  
  .deleteImageBtn > span:first-of-type {
    color: #ff0000;
  }
  
  .makeMainImageBtn > span:first-of-type {
    color: #0b0;
  }
  
  .deleteImageBtn,
  .makeMainImageBtn {
    color: #ffffff;
    background: #323338 none repeat scroll 0 0;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: bold;
    margin-top: 1em;
    padding: 5px 10px;
    text-transform: none;
  }
  
  .deleteImageBtn > span,
  .makeMainImageBtn > span {
    margin-right: 0.2em;
  }
  
  #deleteImageWinnerBtn {
    color: #ffffff;
    background: #323338 none repeat scroll 0 0;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: bold;
    margin-top: 1em;
    padding: 5px 10px;
    text-transform: none;
  }
  
  #deleteImageWinnerBtn > span,
  .makeMainImageBtn > span {
    margin-right: 0.2em;
  }
  
    #deleteImageWinnerBtn {
    margin: 1em 0.5em 0em 0em;
  }
  
  #deleteImageWinnerBtn > span:first-of-type {
    color: #ff0000;
  }
  
  .mainImage {
    background: #0b0;
  }
  
  .mainImage > span:first-of-type {
    color: #fff;
  }
  
  .uploaded_image {
    padding: 0em 1em;
  }
  
  #uploaded_image {
    padding: 0em 1em;
  }
  
    #uploaded_image_winner {
    padding: 0em 1em;
  }
  
  .singleImage {
    margin: 1em 0em;
  }
  
  .captions-language-options {
    display: inline-block;
    border-bottom: 3px solid #f0f0f0;
    padding: 7.5px 0;
    width: max-content;
    margin: 1em 0em;
  }
  
  .captions-language-options > span {
    padding: 8px 15px;
  }
  
  .captions-language-options > span:hover {
    cursor: pointer;
  }
  
  .captions-language-options > span.active {
    background: #fce32f none repeat scroll 0 0;
    color: #3c3c3c;
  }
  
