.black_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000099;
    z-index: 10000;
}
.content_overlay {
    position: fixed;
    width: 55%;
    height: 90%;
    left: 22%;
    top: 5%;
    transition: all .4s;
    z-index: 10000;
}
.close_block {
    padding: 5px 10px;
    background-color: #440257;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    right: 64px;
    top: -12px;
    cursor: pointer;
    z-index: 999;
    border: 2px solid;
}
.float-right {
    float: right!important;
}
.cur_content_block {
    max-height: 450px;
}
.popupImage {
	object-fit: contain; 
	width: 100%; 
	height: 100%; 
	position: absolute;
}
.autoCloseMSG {
    text-align: center;
    float: right;
    color: #fff;
    position: absolute;
    right: -350px;
    top: -25px;
}
@media only screen and (max-width: 480px) {
  .popupImage  {
    height : 300px;
    width: 300px ;
  }
  .content_overlay {
  	left: 14%;
  	top: 20%;
  }
  .close_block {
    right: -60px;
    position: relative;
    top: -20px;
    padding: 2px;
  }
  .autoCloseMSG {
    right: 0px;
    top: 100px;
    position: relative;
  }
}
/*use popupImage class while uploadig a image in block body*/