/* Add to docs */
#scrolling-control{
    top:auto;
    height:44%;
    overflow: hidden;
    margin-bottom: auto;
}

#scrolling-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding:0 0 0 0;
    margin:0 0 0 0;
    margin-top: auto;
    height: 47%;
    list-style-type: none;
    -webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#scrolling-control li {
    float: left;
    width:25vw;
    min-width: 250px;
    height: 100%;
    font-weight: 300;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    cursor: pointer;
    background: transparent;
    -webkit-transform:  scale(0.50);
    -ms-transform:  scale(0.50);
    -moz-transform:  scale(0.50);
    transform: scale(0.50);
}

#scrolling-control .itemslide-active
{
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -moz-transform:  scale(1);
    transform: scale(0.9);
}

#scrolling {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 0 0 0;
margin: 0 0 0 0;
position: relative;
margin-top: auto;
display: block;
    list-style-type: none;
    -webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
    top:auto;
    overflow: hidden;
    margin-bottom: auto;
}

#scrolling li {
    float: left;
    width: 13vw;
    min-width: 250px;
    height: 100%;
    font-weight: 300;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    cursor: pointer;
    background: transparent;
    -webkit-transform:  scale(0.50);
    -ms-transform:  scale(0.50);
    -moz-transform:  scale(0.50);
    transform: scale(0.50);
}

#scrolling .itemslide-active
{
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -moz-transform:  scale(1);
    transform: scale(0.9);
}

#myfooter {
  color:#FFF;
   height: 7%;
   background: transparent url("https://www.wingsarmy.com/mx/assets/WA_prueba/css/img/foot.jpg") repeat-x;
}

ul li {
    list-style:none;
    margin-bottom:25px;
}
ul li img {
    cursor: pointer;
}