.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*          background: url({% static 'img/loading3.gif' %}) 50% no-repeat,rgba(50,31,31,.69);*/
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 9999;
}

#search-overlay img {
    width: 50px;  /* 원하는 크기로 설정 */
    height: auto; /* 비율에 맞게 자동 크기 조정 */
    display: block;
    margin: 0 auto;  /* 중앙 정렬 */
}