.horizontal-branch{width:100%;text-align:center}.glow-wrapper{position:relative;display:inline-block;overflow:hidden}.horizontal-branch img{width:auto;max-width:100%;-webkit-user-drag:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;pointer-events:auto}.glow-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0) 0,rgba(255,255,0,.4) 50%,rgba(255,255,255,0) 100%);pointer-events:none;animation:3s linear infinite shineMove;mix-blend-mode:screen}@keyframes shineMove{from{left:-100%}to{left:100%}}@media only screen and (max-width:800px){.horizontal-branch img{width:100%}}