.page-template-template-full-width-php .block-container, .slot-template-default .block-container {
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 0px 0;
}

.page-template-template-full-width-php .b-content {
    max-width: 1170px;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1000px) {
    .bottom-separator {
        display: none;
    }
}

/* Jackpots block */
.jackpotsSection {
    padding: 15px 0;
    max-width: 1170px;
    margin: 0 auto;
}
.jackpotsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/** Jackpot Card */
.container {
    position: relative;
    padding-top: 128px;
}
.main-container{
    padding-top: 0px;
}
.jackpots-item{
    width: 32%;
    margin-right: 1%;
}
.imageContainer {
    position: absolute;
    top: calc((128px - (.4em + .4em)) - (224px / 2));
    width: 100%;
    text-align: center;
}
.imageContainer .image {
    display: block;
    height: 224px;
    width: 224px;
}
.imageContainer .imageBorder {
    display: inline-block;
}
.card {
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.16);
    background-color: #fcfcfc;
    padding: 15px;
    min-height: 320px;
}
.card .card_title{
    margin: 0;
}
.card .cardContent {
    padding-top: calc((.4em + .4em) + (224px / 3) + 1em);
    text-align: center;
}
.card .jackpotSV {
    line-height: 24px;
}
.card .amount {
    font-size: 37px;
    line-height: 46px;
    font-weight: bold;
}
.tandc {
    font-size: 12px;
    text-align: center;
}
.card .cta {
    margin: 15px 0;
    width: 100%;
    display: block;
    background: #FFCD00;
    color: #004B87;
    border: none;
    padding: 1em .75em;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    text-align: center;
    transition: all ease 0.5s;
    text-decoration: none;
    font-weight: 700;
}
.card .cta:hover {
    background-color: #004B87;
    color:#FFCD00;
}
@media screen and (max-width: 768px) {
    .jackpots-item {
        width: 90%;
    }
}
@media  (min-width: 769px) and (max-width: 1024px) {
    .jackpots-item {
        width: 45%;
    }
}