#wedding-home-tag{
    position: absolute;
    z-index: 999;
    right: 35px;
    top: 170px;
    width: 280px;
    height: 220px;
    background: url('../images/wedding-tag.png') bottom no-repeat;
}

@media screen and (max-width: 960px) {
    #wedding-home-tag{
        top: 20px;
    }
}

@media screen and (max-width: 500px) {
    #wedding-home-tag{
        display: none;
    }
}

#wedding-page-tag{
    position: absolute;
    z-index: 999;
    right: 35px;
    top: 80px;
    width: 280px;
    height: 220px;
    background: url('../images/wedding-tag.png') bottom no-repeat;
}

@media screen and (max-width: 960px) {
    #wedding-page-tag{
        top: 20px;
    }
}

@media screen and (max-width: 500px) {
    #wedding-page-tag{
        display: none;
    }
}


