.cb-container  {
  display: flex;
  flex-wrap: wrap;
    background-color:#3498DB;
  	  #background-color: #2196F3;
	  padding: 10px;
	  border-radius: 10px;
    justify-content: center;
    min-height: 300px;
}

.cb-item {
  position: relative;
  display: inline;
  padding: 5px;
  text-align: center;
}

.cb-item:first-child {
  width: 100%;
}

.cb-item:not(:first-child) {
  flex: 1;
    max-width: 120px;
}


.cb-item img {
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
height: 230px;
object-fit: cover;
object-position: 50% 50%;
}


.ebitm a:link, .eb a:visited {
    text-decoration: none;
    border-bottom: 0px;
}

.gcAd  {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
	padding: 10px;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
	border: 2px solid #2980B9;
}

.gcAd  img {
    width: 100px;
}

.iZoom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    color: #ccc;
}

.zoom-content {
    margin: auto;
    display: block;
    max-height: 75%;
    max-width:100%;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

.zoom-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@media screen and (max-width : 760px){
    .cb-container  {
    	  border-radius: 1px;
    }

}

