@charset "UTF-8";

.ovf-hide {
    overflow: hidden;
}
.effect-run {
    width:  100%!important;
    height: 100%!important;
}

.effect-run a {
    display: block;
}

.effect-run canvas {
    top: -2px;
    left:  -2px;
    width: calc(100% + 4px) !important;
    height: calc(100% + 4px) !important;
}

.effect-run img {
    margin: 0!important;
}