.tr{transition:all .5s ease-in-out 0s;-moz-transition:all .5s ease-in-out 0s;-webkit-transition:all .5s ease-in-out 0s;-o-transition:all .5s ease-in-out 0s}
.interactive_images .plugin--container{display:flex;flex-wrap:wrap;justify-content:center}
.interactive_images .box{overflow:hidden;box-sizing:border-box;padding:20px;text-align:center}
.interactive_images .box a{display:block}
.interactive_images .box a .img{display:block}
.interactive_images .box a .img img{max-width:100%}
.interactive_images .box a .img img.showhover{display:none}
.interactive_images .box:hover a .img img.hidehover{display:none}
.interactive_images .box:hover a .img img.showhover{display:inline-block}
.interactive_images .box a .txt{display:block;position:relative}
.interactive_images .box a .txt h2{font-size:20px;line-height:20px;margin:0 0 10px 0;font-weight:900}
.interactive_images .row--3 .box{width:33.133%;margin:1px .1%}
.interactive_images .row--4 .box{width:24.8%;margin:1px .1%}
.interactive_images .row--5 .box{width:19.8%;margin:1px .1%}
.interactive_images .row--6 .box{width:16.465%:margin:1px .1%}
@media(max-width:1000px){
    .interactive_images .row--4 .box,
    .interactive_images .row--5 .box,
    .interactive_images .row--6 .box{width:33.333%}
}
@media(max-width:600px){
    .interactive_images .row--3 .box,
    .interactive_images .row--4 .box,
    .interactive_images .row--5 .box,
    .interactive_images .row--6 .box{width:50%}
}
@media(max-width:360px){
    .interactive_images .row--3 .box,
    .interactive_images .row--4 .box,
    .interactive_images .row--5 .box,
    .interactive_images .row--6 .box{width:100%}
}
.interactive_images .effect--2 .box a .txt p{opacity:0}
.interactive_images .effect--2 .box:hover a .txt p{opacity:1}
.interactive_images .effect--3 .box a .txt p{opacity:0;top:100px;position:relative}
.interactive_images .effect--3 .box:hover a .txt p{opacity:1;top:0}