.taggd { position:relative }
.taggd__image { display:block; height:auto; margin:0; width:100%; }
.taggd__wrapper { display:block; height: auto; width: 100%; position:absolute}
.taggd__button { background: #FF3838; border: 0px none; border-radius: 50%; display:block; height: 30px; width: 30px; margin: 0px; padding: 0px; position: relative; text-align: center; z-index: 1; }
.taggd__button::after { content: "+"; color: #fff; font-size: 24px; height: 30px; left: 0px; line-height: 30px; position: absolute; top: 0px; width: 30px; }
.taggd__popup { background: #231F1F; color: #fff; font-size: 16.86px; line-height: 1.07em; left: 15px; padding: 35px; position:absolute; text-align: left; top: 15px; z-index: 2; }
.taggd__popup strong { font-size: 24px; font-weight: bold; }
.taggd__popup::before { content: ""; background: #FF3838; border: 0px none; border-radius: 50%; display:block; height: 45px; left: -22.5px; width: 45px; position: absolute; top: -22.5px; z-index: 1; }
.taggd__popup::after { content: "+"; color: #fff; font-size: 42px; height: 45px; line-height: 45px; text-align: center; width: 45px; position: absolute; top: -22.5px; left: -22.5px; z-index: 2; }
