/* home page news stories */ .home-page-news-intro-row{ text-align: center; } .news-title-heading{ padding-bottom: 15px; text-align: center; font-size: 36px; } // First Article .homepage-first-article-col{ margin-bottom: 10px; a{ &:hover, &:focus{ text-decoration: none; } } } .homepage-first-article-image-wrap{ img{ width: 100%; } } .homepage-first-article-heading{ font-size: 26px; font-weight: 400; color: @siteBlue; } .homepage-first-article-text-wrap{ position: absolute; bottom: 0; left: 15px; right: 15px; padding: 10px; text-align: center; background: rgba(255,255,255,.7); // box-shadow: 0px 10px 20px -10px; p{ margin-bottom: 9px; font-size: 16px; font-weight: 500; color: #292E30; } } // Rest of Articles .homepage-articles-wrap-col{ a{ &:hover, &:focus{ text-decoration: none; } } } .homepage-article-col { display: flex; justify-content: flex-end; margin-bottom: 10px; height: 160px; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; a{ &:hover, &:focus{ text-decoration: none; } } } .homepage-article-heading{ font-size: 22px; font-weight: 400; color: @siteBlue; } .homepage-article-image-wrap { display: inline-block; padding-right: 20px; float: left; img{ box-shadow: 0px 5px 5px -2px #666; } } .homepage-article-text-wrap{ padding: 10px; width: 50%; height: 100%; background: rgba(255,255,255,.7); text-align: center; p{ margin-bottom: 9px; font-size: 14px; font-weight: 500; color: #333; } }