/*
** NFT Gallery
*/
.openseaBtn {
  background-color: #2081e2;
  border: 0;
  margin-top: 10px;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
}

.nftgallery .caption {
  display: none;
}

p.nft-title {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 20px;
}

a#lg-download-1 {
    display: none;
}

.nftgallery {
  margin:  50px 0;
}

.gallery-item {
  width: 200px;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.nft .image {
	height: 170px;
    border-radius: 15px 15px 0 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    border-radius: 10px 0 0 10px;
    transition: all 0.2s ease-in-out;
}

.nft .desc h2 {
	font-size:  16px;
	font-weight: bold;
	margin-top:  0;
}

.nft .desc {
	padding:  5px 10px;
	max-height:  70px;
}

.nft .desc .collection {
	overflow: hidden;
	display: block;
    white-space: nowrap;
    text-overflow: ellipsis;	
    font-size: 14px;
}

.nft {
	border:  1px solid #eee;
	border-radius: 15px;
	margin-bottom:  20px;
	cursor: pointer;
}

.os-button-wrapper { 
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-opensea {
	background-color: #2081e2;
    border: 0;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size:  14px;
    text-align: center;
    text-decoration: none !important;
    margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .nft .image {
    height: 150px;
  }

  .nftgallery-wrapper:nth-last-child(2) {
  	display: none;
  }
}