/* Style the list */
.breadcrumb {
  padding: 10px 5px;
  list-style: none;
  margin-bottom: 0px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  right: 2%;
  background: none
}

/* Display list items side by side */
.breadcrumb li {
  display: inline;
  font-size: 20px;
  color: #d8d4d4;
}

/* Add a slash symbol (/) before/behind each list item */
.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

/* Add a color on mouse-over */
.breadcrumb li a:hover {
  color: #fff;
  text-decoration: underline;
}
/*.bg-img .breadcrumb{
    position: absolute;
    bottom: 0;
    right: 66px;
    background: none
}*/
@media only screen and (max-width: 480px){
  .breadcrumb li  {
    font-size: 15px;
  }
  .bg-img .breadcrumb{
    right: 2%;
   margin-bottom: 0px;
  }
}