#tp-root{width:100%;position:relative;margin:20px 0;clear:both}.tp-cont{width:100%;height:260px;overflow:hidden;padding:10px 0}.tp-sld{display:flex;justify-content:center;align-items:center;width:160px!important;height:230px}.tp-sld img{width:100%;height:100%;object-fit:cover;border-radius:4px;box-shadow:0 2px 8px rgb(0 0 0 / .15);transition:transform .3s ease;cursor:pointer}.tp-sld img:hover{transform:scale(1.05)}.tp-mod{display:none;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:rgb(0 0 0 / .95)!important;justify-content:center!important;align-items:center!important;z-index:999999999!important;cursor:zoom-out!important;opacity:0;transition:opacity .3s ease}.tp-mod.active{display:flex!important;opacity:1}.tp-mod img{max-width:92%!important;max-height:92%!important;border-radius:4px!important;box-shadow:0 0 30px rgb(0 0 0 / .5)!important;transform:scale(.8);transition:transform .3s cubic-bezier(.175,.885,.32,1.275)!important}.tp-mod.active img{transform:scale(1)}.tp-mod .close-x{position:absolute!important;top:20px!important;right:30px!important;color:#fff!important;font-size:50px!important;font-weight:100!important;cursor:pointer!important;line-height:1!important}