.card-bottom-reveal{width:100%;position:relative;margin-top:10px;margin-bottom:11px}.card-bottom-reveal .content .front{position:relative;background-position:top center;background-size:cover;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;cursor:pointer;-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;-ms-transition:all 350ms ease;transition:all 350ms ease}.card-bottom-reveal .content .front:after{content:" ";position:absolute;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,0.45)}.card-bottom-reveal .content .front .desc p{text-align:center;color:#fff}.card-bottom-reveal .content .front .desc{z-index:2;width:100%;text-align:center !important}a.trigger-reveal .close{display:none}.card-bottom-reveal .content{height:445px}.card-bottom-reveal .content .back{height:0;visibility:hidden}a.trigger-reveal{position:absolute;bottom:10px;margin:auto;left:0;right:0}.card-bottom-reveal .content.active .front{height:33%}.card-bottom-reveal .content.active .back{height:67%;visibility:visible;overflow:auto}.card-bottom-reveal .content.active a.trigger-reveal .open{display:none}.card-bottom-reveal .content.active a.trigger-reveal .close{display:block;margin:auto}.card-bottom-reveal .content .back::-webkit-scrollbar{width:8px}.card-bottom-reveal .content .back::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}.card-bottom-reveal .content .back::-webkit-scrollbar-thumb{background-color:#003f72;outline:1px solid #003f72}