div.repoframe {
/*  padding: 2em;*/
/*  background: #eaeaea;*/
/*  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);*/
/*  -moz-box-shadow:    1px 2px 10px rgba(0, 0, 0, 0.3);*/
/*  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);*/
/*  margin-bottom:2em;*/
  
  border: 1px solid #eee;
  border-top: 3px solid #036;
  /*-webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.25);*/
  /*-moz-box-shadow:  2px 5px 10px 0px rgba(0,0,0,0.25);*/
  /*box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.25);*/
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  padding: 1.5em;
  margin-bottom:2em;
}
div.repoframe:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.two-col-feature {
  display:flex;
  margin-bottom: 2em;
}
.two-col-feature.img-left {
  flex-direction:row-reverse;
  margin-bottom: 2em;
}
.col {
  width: 45%;
}

.spacer {
  width: 10%;
}
.image {
  max-width: 100%;
  text-align: center;
}
.slick-slider {
    /*border: 10px solid lightgrey;*/
    width: 80%;
    padding: 0;
    position: relative;
    top: 10%; 
    margin: auto;
}

@media screen and (max-width: 700px) {
  .two-col-feature {
   display: block; 
  }
  .col {
    width: 100%;
  }
  .spacer {
    display: none;
  } }
/*#slider {
    /*background-color: grey;*/
/*    height: 100%;
    padding: 2% 10%;
    
}*/

/*#slider img {
    width: 100%;
    margin: 0;
    padding: 0;
}*/

.slick-slide {
  margin:10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-center {
  transform: scale(1.1);
  transition: all 1s linear;
}

.slide {
    position: relative;
    border: none;
}

/*.slide-content {
    position: absolute;
    top: 0px;
    right: 0%;
    height: 100%;
    width: 35%;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    text-align: center; 
    padding: 25px 70px 25px 25px;  
    text-align: left; 
}*/