.detailBox{
	margin-left: -10px;
	margin-right: -10px;
}
.detailBox .col-3{
	padding: 10px;
	flex: 0 0 20%;
	max-width: 20%;
}
.exampleItem{
	width: 100%;
	padding-bottom: 62%;
	background-size: cover;
	cursor: pointer;
	border-radius: 3px;
	transition: all .3s;
	opacity: .9;
}
.exampleItem:hover{
	opacity: 1;
	transform: scale(1.05);
}
.rebox{
	z-index: 99999 !important;
}
.rebox a{
	text-decoration: none !important;
}
.customLogo{
	position: absolute;
	top: 20px;
	right: 20px;
	height: 60px;
}
.customLogo>img{
	height: 100%;
}