.bss-utgafa-height {
  max-height: 250px;
  height: 250px;
  width: 250px;
  box-sizing: border-box;
  margin: 40px;
}

.bss-utgafa-height:before {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(196, 227, 239);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  bottom: -10px;
  content: "";
  display: block;
  height: 100%;
  left: -10px;
  position: absolute;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in;
  width: 10px;
}

.bss-utgafa-height:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(196, 227, 239);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  bottom: -10px;
  clear: both;
  content: "";
  display: table;
  height: 10px;
  left: -10px;
  position: absolute;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease-in;
  width: 250px;
}

.bss-utgafa-height:hover:before {
  left: -15px;
  width: 15px;
  bottom: -15px;
  transition: all ease-in 0.1s;
}

.bss-utgafa-height:hover:after {
  height: 15px;
  bottom: -15px;
  left: -15px;
  transition: all ease-in 0.1s;
}

.bss-utgafa-height:hover {
  cursor: pointer;
  transition: all ease-in 0.1s;
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 680px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 1280px) {
  .bss-utgafa-height {
    margin-top: 60px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px;
    height: 200px;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 20px 10px 20px !important;
  }

  .bss-utgafa-height:after {
    width: 100%;
  }
}
