Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSS Stylesheet
#news-detail .container .cols > div > p:last-child { display: none;}

/*---VIDEO---*/ 
.video-container-iframe { margin: 1rem 0 2rem 0; position: relative; z-index: 1; width: 100%; overflow: hidden; padding-top: 56.25%; /* 16:9 Aspect Ratio */}
.video-container-iframe iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; border-radius: 16px;}  

/*---GALLERY---*/
#gallery { position: relative; z-index: 2;}
#gallery .container { max-width: 900px !important;}
#gallery .container .cols > div p:first-child, #gallery .container .cols > div p:last-child { display: none;}
#gallery h2 { color: #3D597A}
.wiki-content .gallery-p { margin:0 0 2rem 0;}
.wiki-content .gallery-cta { margin:2rem 0 0 0;}

.gallery { margin: 0 -5px!important; width:100%;}
.gallery table { width:100%;}
.gallery table td { width:25%;}
.gallery table td img { margin: 0 !important; padding: 5px; width: 100%; max-width: 400px; height: auto; border-radius: 16px;}
.gallery table td img:hover { cursor: pointer;}