
/******************** Artwork Links Block ****************/
  
.DBRISLinks-Title {
    padding: 1vW 0;
    font-size: 3vW;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald-Bold', Arial, Sans-serif;
}



.DBRISLinks-block {
    display: block;
     padding: 2vW 0 2VW 0;
    background: #ececec;
}


.DBRIS-Block-Website {
  display: block;
  float: left;
  height: 10VW;
  width: 48%;
  max-width: 88vW;
  padding: 1VW;
  overflow: hidden;
  font-family:  Arial, Helvetica, sans-serif;
  text-align: left;
}




.DBRIS-Block-Website DIV a:hover {
  text-decoration: underline;
}

.DBRIS-Block-Website-Img {
  display: block;
  float: left;
  width: 10VW;
  height: 10VW;
  padding-right: 1VW;
}

.DBRIS-Block-Website-Img img {
  float: right;
  max-height: 9vW;
  max-width: 9vW;
  min-width: 3vW;
  box-shadow: -0.1vW 0vW 0.5vW 0vW rgba(0,0,0,0.4);
}

.DBRIS-Block-Website-Title {
  width: auto;
  height: 1.6VW;
  font-size: 1.3vW;
  color: #1a0dab;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.DBRIS-Block-Website-Title a {
  color: #1a0dab;
}

.DBRIS-Block-Website-Link {
  width: auto;
  height: 1.2VW;
  font-size: 1.0vW;
  color: #006621;;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.DBRIS-Block-Website-Description {
  font-size: 1vW;
  color: #555;
  word-wrap: break-word;
  width: auto;
  word-wrap: break-word;
  max-height: 4VW;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.DBRIS-Block-Website-ImageLink {
  font-size: 1.0vW;
  color: #1a0dab;
  padding-top: 0.2vw;
}
.DBRIS-Block-Website-ImageLink a {
  color: #1a0dab;
}


  /******************** Artwork Links Block END ****************/
  
  
  
  
  