body{
    margin:0px;
    padding:0px;
}
.top-banner-section{
    background-color: #dd0000;
    margin:auto;
    text-align: center;
}
.text-floating{
    background-color: #dd0000;
    padding:15px 0px 0px 0px;
    position: fixed;
    bottom:0px;
    left:0px;
    right:0px;
    text-align: center;
}
.text-floating p{
    color: #FFFFFF;
}
.top-banner-section img{
    width:100%;
}
.item-list{
    margin:20px auto 40px auto;
}
.item-list img{
    width:100%;
    margin-bottom:20px;
    border-radius:10px;
    height:150px;
    object-fit: cover;    
}
.item-list h4{
    font-size:16px;
    font-weight:bold;
}
.item-list a,.item-list a:hover{
    color:#333333;
    text-decoration: none;
}
.box-ads{
    text-align: center;
    margin:20px auto;
}
.box-ads-mr{
    text-align: center;
    margin:20px auto;
}
@media(min-width:320px) AND (max-width:768px){
    .top-banner-section{
        padding:40px 0px;
    }
    .item-list h4{
        font-size:11px;
        font-weight:bold;
    }    
    .item-list img{
        margin-bottom:10px;
        border-radius:10px;
        height:100px;
    }
    .item-list {
        margin: 20px auto 0px auto;
    }
}