/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;
  line-height: 60px;  Vertically center the text there 
  background-color: #f5f5f5;*/
  line-height: 20px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
.center-cropped {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
.center-cropped2 {
  width: 75px;
  height: 75px;
  background-position: center center;
  background-repeat: no-repeat;
}
.thumbnail {
  position: relative;
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 64px;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.thumbnail2 {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.thumbnail2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.mYSlide{
  max-height:510px;overflow:hidden;object-fit: cover;
}
