.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
@media(min-width:700px){
.hid-desk{
display:none;
}
}

.icon-left img{
width:100%;
height:auto;
margin-top: 5px;
}
.icon-center img{
width:100%;
height:70px;
}
.icon-right img{
width:100%;
height:auto;
margin-top: 5px;
}

.fixed-bottom{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
}

.col-custom {
    height: auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ff6000;
    border-radius: 20px;
    text-align: center;
    align-items: center;
    margin: 10px;
}

@media only screen and (max-width: 700px){
.games-img {
    height: 100px !important;
    width: 30%;
}
}
.card-post-blog{
background-color:#fff;
border-radius: 10px;
    padding: 15px;
    border: 1px solid #ff6000;
    margin: 0px 15px 20px 15px;
}

@media(max-width:700px){
.card-post-blog{
border-radius: 5px;
 margin: 0px 0px 20px 0px;
}
}

.img-post img{
width:100%;
height:auto;
}
.title-post{

color:#ff6000;
  overflow:hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;

}