body {
    margin-top: 60px;
}

table.shadow td{
	box-shadow: 0px 0px 10px 20px inset;
}

@media screen and (max-width:480px){
	table.shadow td{
	box-shadow: 0px 0px 10px 5px inset;
}
.slotm{
	width:104%;
}
}
.slotwrapper {
    overflow: hidden;
    display: inline-block;
    height: 200px;
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
}
.slotwrapper ul {
    width: 100px;
    height:190px;
    font-size: 100px;
    line-height: 200px;
    text-align: center;
	
}
table tr td{
	border: 5px solid #000;
}
.slotwrapper ul li img {
    vertical-align: top;
}
@media screen and (max-width: 1200px) {
    .slotwrapper {
        width: 100%;
    }
    .slotwrapper ul {
        width: 33%;
    }
}
@media screen and (max-width: 768px) {
    .slotwrapper {
        height: 100px;
    }
    .slotwrapper ul {
        height:100px;
        font-size: 75px;
        line-height: 100px;
    }
}

/* Example 10 override slotwrapper */
#example10 {
    height: 150px;
}
#example10 ul {
    width: 150px;
    height:150px;
    font-size: 150px;
    line-height: 150px;
}
@media screen and (max-width: 1200px) {
    #example10 ul {
        width: 18%;
    }
}
@media screen and (max-width: 768px) {
    #example10 {
        height: 100px;
    }
    #example10 ul {
        height:100px;
        font-size: 100px;
        line-height: 100px;
    }
}