body {
		background: url(/themes/custom/youth/svg/dt-top-our-work.svg);
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: -50px 60px;
    background-attachment: fixed;
}

@media only screen and (max-width: 1023px) {
  body {
   background: url(/themes/custom/youth/svg/dt-top-our-work.svg);
   background-repeat: no-repeat;
   background-size: 125%;
   background-position: -50px 0px;
   background-attachment: fixed;
  }
  
  .views-field-field-image {
    margin-right:20px !important;
  }
  
  .region-content {
   margin-left:5%;
   margin-right:5%;
  }
}

td {
  padding:10px;
  border:0px;
}

table {
  border:0px;
}

.winner-headshot img, img.winner-headshot {
  border-radius:50%;
  width:200px;
}

.description {
  font-size: smaller ;
  font-style: italic;
  width:512px;
  margin-top:-20px;
}

.content {
  max-width:1000;
}

figcaption {
  text-align:center;
}

@media only screen and (max-width: 800px) {
  .winner-headshot {
    width:50px;
  }
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.region-content h3 {
  padding-bottom:20px;
  color:rgb(21, 145, 158);
  text-align:center;
}

