/*Key features*/
.style-features-text {
    text-align: right;
}

.right {
    display: block;
    float: right;
}

.left {
    display: block;
    float: left;
}

.keyfeature-wrap {
    margin-bottom: 50px !important;
    margin-top: 50px;
}

.keyfeature-item {
    position: relative;
    overflow: hidden;
}

.keyfeature-title {
    font-size: 20px; 
}

.keyfeature-desc-right {
    float: right;
    width: calc(100% - 60px);
    text-align: right;
    padding-left: 0;
    padding-right: 20px;
    line-height: 1.2;
    font-size: 14px;
}

.keyfeature-desc-left {
    width: calc(100% - 60px);
    padding-left: 20px;
    float: left;
    text-align: left;
    line-height: 1.2;
    font-size: 14px;
}

.portrait-baccarat {
    height: auto;
    width: 100%;
    vertical-align: top;
    margin-bottom: 35px;
}

.bw {
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
         -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
            transition: all 1s ease;
}
   
.bw:hover {
    -webkit-filter: grayscale(100%);
}

.mobile-banner {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/mobilebanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}

/*Mini game features*/
#red-bg {
    background-color: #db262d;
    width: 100%;
    color: #fff;
}

/*Images*/
.image-padding {
    padding-top: 20px;
    margin-bottom: 30px;
    padding-right: 0px !important;
}

