.panel-body {
    width: 44%;
    margin-top: 2%!important;
    margin-bottom: 2%!important;
    margin: auto;
}
.slotwrapper ul {
    width: 33.33%;
    height: 195px;
    /* font-size: 200px; */
    line-height: 195px;
    text-align: center;
}
.slotwrapper {
    overflow: hidden;
    display: inline-block;
    border: 8px solid white;
    height: 200px;
    border-radius: 4px;
    width: 100%;
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
}
.slotwrapper ul {
    /*width: 190px;*/
    height: 190px;
    line-height: 195px;
    text-align: center;

}
.slotwrapper ul li{
   box-shadow: inset 0px 0px 18px black;
}
.slotwrapper .bg-greenish li{
    background-color: #3f6d65b3;
}
.slotwrapper .bg-darkk li{
     background: #595959;
}
.slotwrapper .bg-lighttt li{
    background: #7f7f7f;
}
.bg-greenish{
    background-color: #3f6d65b3;
}
.bg-darkk{
        background: #595959;
}

.bg-lighttt{
    background: #7f7f7f;
}
.slotwrapper ul {
    /*width: 190px;*/
    height: 190px;
    font-size: 200px;
    line-height: 195px;
    text-align: center;
}
.slotwrapper ul li img {
    vertical-align: top;
}
div#example2 ul li p {
    font-size: 18px;
}
@media screen and (max-width: 1200px) {
    .panel-body {
    width: 56%;
    margin: auto;
        margin-top: 4%!important;
    margin-bottom: 4%!important;
}
    .slotwrapper {
        width: 100%;
    }
    .slotwrapper ul {
        width: 33%;
    }
}
@media screen and (max-width: 768px) {
       .panel-body {

    margin-top: 6%!important;
    margin-bottom: 6%!important;

    width: 75%;
    margin: auto;
}
    .slotwrapper {
        height: 200px;
    }
    .slotwrapper ul {
        height:200px;
        font-size: 100px;
        line-height: 200px;
    }
}

@media screen and (max-width: 576px) {
.panel-body {
    width: 90%;
    margin: auto;
}
    .slotwrapper {
        height: 130px;
    }
    .slotwrapper ul {
        height:130px;
        line-height: 130px;
    }
    div#example2 ul li p {
    font-size: 12px;
}
}
@media screen and (max-width: 375px) {
div#example2 ul li p {
    font-size: 10px;
}
.slotwrapper {
    height: 121px;
}


@media screen and (max-width: 375px) {
.slotwrapper {
    height: 117px;
}

}

