/* Isolates the trial preview from the older seasonal boss class names. */
.battle-preview-modal .battle-pet{position:absolute;z-index:4;left:24%;bottom:4%;width:34%;height:34%;transform:none;transform-origin:center bottom;filter:none;animation:none}
.battle-preview-modal .battle-hunter{position:absolute;z-index:2;left:-7%;bottom:7%;width:42%;height:69%;transform:none;filter:none;animation:none}
.battle-preview-modal .battle-enemy{position:absolute;z-index:3;right:-6%;bottom:6%;left:auto;width:48%;height:58%;transform:none;filter:none;animation:none}
.battle-preview-modal .battle-pet.is-lunging,.battle-preview-modal .battle-hunter.is-lunging,.battle-preview-modal .battle-enemy.is-lunging{transform:translateX(var(--battle-lunge)) scale(1.04)}
.battle-preview-modal .battle-hunter.is-shooting{transform:translateX(2%) scale(1.025)}
.battle-preview-modal .battle-pet.is-defeated,.battle-preview-modal .battle-hunter.is-defeated,.battle-preview-modal .battle-enemy.is-defeated{opacity:.25;filter:grayscale(1);transform:translateY(16px) rotate(4deg)}
@media(max-width:520px){.battle-preview-modal .battle-hunter{left:-5%;bottom:6%;width:39%;height:55%}.battle-preview-modal .battle-pet{left:25%;bottom:7%;width:27%;height:24%}.battle-preview-modal .battle-enemy{right:-3%;bottom:7%;width:43%;height:43%}}
