.casino_query_block.eleven {
    gap:20px;
}
.big-image-text-wrapper {
    position:relative;
    width:100%;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius:8px;
    overflow: hidden;
    flex: 1 1 48%;
}
.big-image {
    width: 100%;
    position:absolute;
    overflow:hidden;
    float:left;
    top:0;
    height: 340px;
}
.big-image img {
    max-width:none;
    margin-left: 50%;
    transform: translateX(-50%);
}
.big-image:after{
    background:linear-gradient(to bottom, rgba(12,12,26,0.75), rgba(12,12,26,0.75));
    pointer-events:none;
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    left:0;
    top:0;
    vertical-align:top;
}
.big-category {
    position:relative;
    padding:25px 25px 0 25px;
    top:0;
    font-size:12px;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:2px;
    z-index:1;
    flex: 1 1 100%;
}
.big-category a {
    color: var(--wp--preset--color--white);
    transition: color .15s ease-in-out;
}
.big-category a:hover {
    color: var(--wp--preset--color--primary-color);
}
.big-text {
    position:relative;
    flex: 1 1 100%;
    float:left;
    padding:25px 25px 25px 0;
    z-index:1;
}
.big-date {
    color: var(--wp--preset--color--white);
    font-size:14px;
    font-weight:600;
    float:left;
    width:100%;
    text-transform:uppercase;
    margin-bottom:5px;
    padding-left: 25px;
}
.big-title {
    float:left;
    letter-spacing: -.03em;
    font-weight: 800;
    font-size: 28px;
    line-height: 31px;
    margin: 5px 0;
    width:100%;
    padding-left: 25px;
}
.big-title a {
    color: var(--wp--preset--color--white);
    transition: color .15s ease-in-out;
}
.big-title a:hover {
    color: var(--wp--preset--color--primary-color);
}
.big-excerpt{
    font-weight: 300;
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 22px;
    color: var(--wp--preset--color--white);
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding-left: 25px;
}
.big-excerpt p{
    margin: 0;
}
.big-featured-cta-wrapper {
    display: flex;
    float: left;
    flex-wrap: wrap;
}
/*Big Featured Block Buttons ---------------------------------------------------------------------------------------------------------------------*/
.big-featured-cta-wrapper .btn.btn-primary {
    color: var(--wp--preset--color--white);
    background: var(--wp--preset--gradient--flag);
    background-size: 200%;
    padding: 10px 24px;
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor:pointer;
    min-width: 163px;
    flex: 1 0 auto;
    margin: 5px 0 5px 25px;
    font-family: var(--secondary-font);
}
.big-featured-cta-wrapper .btn.btn-primary:hover {
    color: var(--wp--preset--color--primary-color);
    background: var(--wp--preset--color--white);
}
.big-featured-cta-wrapper .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2.25rem;
    transition: all 0.4s ease 0s;
}
.big-featured-cta-wrapper .btn.btn-outline-primary {
    color: var(--wp--preset--color--white);
    border:1px solid var(--wp--preset--color--white);
    background-color: #ffffff00;
    padding: 10px 24px;
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor:pointer;
    flex: 1 0 auto;
    margin: 5px 0 5px 25px;
    min-width: 163px;
    font-family: var(--secondary-font);
}
.big-featured-cta-wrapper .btn.btn-outline-primary:hover {
    color: var(--wp--preset--color--white);
    background: var(--wp--preset--gradient--flag);
    border:0;
}
/*Responsive ---------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    /*.news_m_block li.col-6 {*/
    /*    width:100%;*/
    /*    -ms-flex: 0 0 100%;*/
    /*    flex: 0 0 100%;*/
    /*    max-width: 100%;*/
    /*}*/
    /*.big-featured-block li {
        width: 650px;
         -ms-flex: 0 1 650px;
         flex: 0 1 650px;
         max-width: 650px;
    }
    */
    .big-title {
        font-size: 20px;
        line-height: 25px;
        margin:0;
    }
    .big-excerpt {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

