/* Your custom css code goes here */
.itembox {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
}
.itembox-pricing{
    background-color:#eaeaea;
    font-size:14px;
    position:absolute;
    bottom:0px;
    width:97%;
}
.probootstrap-intro .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 1s ease-in-out;
    width: 100%;
    z-index: 1;
}
    .probootstrap-intro .slide.show {
        opacity: 1;
    }
