.ct-featured{display: -ms-flexbox;display: flex;flex-flow: column;align-items: center;justify-content: center;color: #fff;background-color: #0c1b27;min-height: 200px;height: 100%;width: 100%;padding: 0 1.5rem;position: relative;border: 1px solid white;overflow: hidden;}.ct-featured--title{text-align: center;font-size: 28px;z-index: 2;}.ct-featured-block {flex: 1 1 25%;}.ct-featured__overlay{position: absolute;background-color: rgba(0, 15, 60, 0.8);top: 0;left: 0;width: 100%;height: 100%;opacity: 0.5;visibility: visible;transition: opacity .3s ease,visibility .3s;display: -ms-flexbox;display: flex;align-items: center;justify-content: center;}.ct-featured:hover{border-color: #fff;}.ct-featured:hover .ct-featured__overlay{opacity: .8;}.ct-featured .ct-button{z-index: 2;}.ct-featured--img{position: absolute;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;top: 0px;left: 0px;}@media (min-width: 576px){.ct-featured {min-height: 225px;}}@media (max-width: 575px) {.ct-featured-block {flex: 1 1 100%;}.ct-featured--title {white-space: nowrap;}}