.frame {
    height: 250px !important;
    width: 250px !important;
    background: transparent no-repeat center top;
    background-size: contain;
    border-radius: 20px;
    margin: 0 10px 10px;
    max-height: 300px;
  }
 
  .partnerpic {
    width: auto;	
    height: 200px;	
    background: transparent no-repeat center;
    background-size: contain;
  }
/*
  #myCarousel {
	display: none;
   }

  .carousel-indicators {
    bottom: 0 !important;
    top: 100%;
  }
  @media screen and (min-width: 768px) {
    .carousel-indicators {
      top: 90% !important;
    }
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }*/
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
/*
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}*/

/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns 
.row:after {
  content: "";
  display: table;
  clear: both;
}*/

/* The expanding image container 
.container {
  position: relative;
  display: none;
}*/

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}