.btnBlock{
  display: flex;
  width: 230px;
  flex-direction: column;
  margin-top: 20px;
}
.btnBlock img{
  object-fit: cover;
  transition: 1s all;
  width: 100%;
  height: 120px;
}
.btnBlock img:hover{
  object-position: 0% 20%;
    transition: 1s all;
}
.btnBlock a{
  width: 100%;
}

.vertically-center-child{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
  margin: 0 auto;
  width: 60%;
}

.collection .collection-item.avatar .circle {
  margin-top:10px;
}
.collection .collection-item.avatar .secondary-content {
  margin-top:10px;
}
.collection .collection-item.avatar .secondary-content a {
  margin-right: 3px;
}

.carousel.carousel-slider .carousel-item{
  /*width: 100%;*/

}
.lang-flags{
  width: 18px;
}
.lang-flagNav{
  padding-top: 21px;
  width: 30px;
}
.carousel{
  width: 100%;
  margin: 0 auto;
}
.leftNav{
  float: left;
  line-height: 64px!important;
  margin-right: 5px!important;
}
.rightNav{
  float: right;
  line-height: 64px!important;
  margin-left: 5px!important;
}
@media (max-device-width: 736px) { 
  .vertically-center-child{
    flex-direction: column;
  }
  .carousel{
    width: 100%;
  }
}