body {
    margin-top: 0px;
}

.slotwrapper {
    overflow: hidden;
    display: inline-block;
/*    border: 1px solid #000;*/
/*    height: 40px;*/
	height:100%;
	font-size: 40px;
/*	width:100%*/
	width:160px
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
}
.slotwrapper ul {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}
.slotwrapper ul li img {
/*
    vertical-align:top;
	font-size: 40px;
	width: 100%;
*/
	vertical-align: top;
    font-size: 60px;
    width: 100%;	
	border-style: none;	
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .slotwrapper {
        width: 100%;
    }
    .slotwrapper ul {
		font-size: 40px;
        width: 25%;
    }
}
@media screen and (max-width: 768px) {
    .slotwrapper {
        height: 40px;
    }
    .slotwrapper ul {
        height:40px;
        font-size: 40px;
        line-height: 40px;
    }
}

/*
* {
  box-sizing: border-box;
}
*/

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  /*height: 100px;*/ /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}