
.UIFooterControl {
    color: #fff;
    font: 14px/18px cursive;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 1000px;
}
.UIFooterControl a {
    color: #fff;
    font: 14px/18px cursive;
}
.UIFooterControl a:hover {
    font: 14px/18px cursive;
    text-decoration: underline;
}
@media only screen and (max-width: 768px){
.UIFooterControl{
    width:100vw !important;
    height:60vw !important;
}
}