.dynamic-cards.dnd-section{padding:0;margin-left:-1.5rem;margin-right:-1.5rem}.dynamic-cards .row-fluid [class*=span]:first-child.description{margin-left:auto;margin-right:auto;float:none}.dynamic-cards .result-box{max-height:0;opacity:0;overflow:hidden;pointer-events:none;user-select:none;transition:opacity .25s ease-in-out,max-height .25s ease-in-out}.dynamic-cards .result-box.active{opacity:1;max-height:1000vh;pointer-events:auto;user-select:initial}.dynamic-cards .result-box__inner{padding:2rem;background-color:#f9f9f9;margin-top:2rem;display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between}.dynamic-cards .result-box .image{margin-left:auto}@media (max-width:767px){.dynamic-cards .result-box .image{width:100%;margin-top:2rem}.dynamic-cards.dnd-section{margin-left:0;margin-right:0}}.dynamic-cards .result-box .image-container{position:relative;width:100%;background-color:#fff;border:1px solid #ccc}.dynamic-cards .result-box .image-container:before{content:"";padding-bottom:100%;display:block}.dynamic-cards .result-box .image-container img{position:absolute;top:0;left:0;width:100%;min-height:100%;height:100%;object-fit:contain}