#bg_popup{
background-color: rgba(0, 0, 0, 0.8);
display: none;
position: fixed;
z-index: 99999;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

.noti-layout-three__logo-wrap {
  border: 1px solid #ffdf00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: -50px auto 0;
  width: 100px;
  position: relative;
}
.noti-layout-three__logo-wrap--border-color {
  border: 1px solid #23bfd8;
}
.noti-layout-three__logo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.noti-layout-three__sticker-image {
  position: absolute;
  width: 32px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#popup {
background: #ffdf00;
width: 360px;
margin: 15% auto;
padding: 5px 20px 13px 20px;
border: 2px solid #000;
position: relative;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
  
.close{
display:block;
position:absolute;
text-align: center;
top:-12px;
right:15px;
width:25px;
height:25px;
line-height:28px;
color:#fff;
background:#000;
cursor:pointer;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close:hover {
background-color:#000;
} 