.list-group-item.oi {
display: none;
padding-top: 20px;
padding-bottom: 20px;
width: 50%;
height: 300px;
float: left;
}
@media screen and (max-width: 400px) {
.list-group-item.oi {
width: auto;
height: auto;
float: none;
}
}