.imgbghome {
  background-image: url("../img/Background/b13.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.smallicon {
  width: 30px;
  height: auto;
}

.maxheight {
  height: 100%;
}

.clickablecard{
  transition: 0.5s;
}

.clickablecard:hover{
  transition: 0.5s;
  transform: translatey(-10px);
  box-shadow: 5px 10px 10px  #888888;
}

.contentboxbypass {
  height: 100%;
}