div.center-flyer-content {
    display: inline-block;
    background: #FEFBFB;
    /**padding: 2rem;**/
    margin-top: 5px;
    border: 1px solid #D9D9D9;
    border-radius: 1rem;
    width: 100%;
    /*height: 550px;*/
}

div.center-flyer-content h4{
	text-align: center;
	text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
}

div.add-flyer-button {
    padding: 2rem;;
    text-align: center;
}
div.display-uploaded-flyer {
    margin: 5px auto;
}

.delete-flyer-button {
    margin: 0 auto;
    display: block;
    margin-top: 5px;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    object-fit: contain;
    max-width: 75%;
  }

.img-wrap {
    position: relative;
    display: inline-block;
    border: 1px red solid;
    font-size: 0;
  }
  .img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #FFF;
    padding: 2px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .2;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
  }
  .img-wrap:hover .close {
    opacity: 1;
  }
  