.paginations {
  padding-left: 45%;

}

h5 {
  font-size: 10px !important;
}
img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}
.imgthum {
  border: 10px solid #A9A9A9;
  background-size: cover;
  background-position: center center;
  padding-top: 56.25%;
  width: 100%;
}
.container {
  width: 100% !important;
}



#imagebor {
  border: 10px solid #A9A9A9;
  width: 355px;
  height: 190px;
}

.button-image {
  width: 355px !important ;
  height: 50px;
  background-color: #778899;

}

figure {
  color: red;
  font-size: 9.5px;
  position: absolute;
}

@media screen and (min-width : 1px) and (max-width : 568px) {
  #imagebor {
      height: 100% !important;
  }
  .propertys {
      float: none !important;
      width: 100% !important;
      padding-left: unset;
  }

  .button-image {
      width: 100% !important;
  }

  .tag.price {
      font-size: 20px;
  }

  #imagebor {
      width: 100% !important;
  }

  .paginations {
      padding-left: 20%;
    
  }
}
@media screen and (min-width : 568px) and (max-width : 768px) {
  .propertys {
      float: left !important;
      width: 50% !important;
      padding-left: 1%;
  }

  .button-image {
      width: 100% !important;
  }

  .tag.price {
      font-size: 20px;
  }

  #imagebor {
      width: 100% !important;
  }

  .paginations {
      padding-left: 20%;
    
  }
}

@media screen and (min-width : 768px) and ( max-width: 1024px) {
  #imagebor {
      width: 100% !important;
  }
  .propertys{
    width: 33% !important;
    padding-left: 1%;
    padding-right: 1%;
  }
  .button-image {
      width: 100% !important;
      height: 30px;
  }

  .tag.price {
      font-size: 15px !important;
  }

  .paginations {
      padding-left: 35%;
    
  }
}
@media screen and (min-width : 1024px) and ( max-width: 1024px) {
  .propertys{
    width: 25% !important;
  }
}

@media screen and (min-width : 1024px) {
  .propertys {
      padding-left: 1% !important; 
      width: 25% !important;
  }
  #imagebor{
    width: 100% !important;
  }
  .button-image{
    width: 100% !important;
  }
}

