
The Bentley Boys
/*===== general options =========*/ a { box-shadow: none !important; } .view *, .album_categories *, .album_back_button *, #album_disabled_layer { font-family: sans-serif, Arial, Verdana, Sylfaen !important; } #album_disabled_layer { display: none; position: absolute; width: 100%; height: 100%; text-align: center; background-color: transparent; z-index: 10; padding-top: 20px; color: #fff; } #album_list_container { position: relative; } /* ====================== album onhover styles ==========================*/ #album_list .view { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; display: none; } .view .mask, .view .content { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; } .view h2 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 17px; font-family: Raleway, serif; padding: 10px; /*background: rgba(0, 0, 0, 0.8);*/ margin: 20px 0 0 0; } .album_back_button a, .view a { text-decoration: none !important; } .view p { font-family: Merriweather, serif; font-style: italic; font-size: 14px; position: relative; color: #fff; padding: 0px 20px 0px; text-align: center; } .view a.info { display: inline-block; text-decoration: none; font-size: 13px; padding: 2px 14px; margin-bottom: 3px; background: #000; color: #fff; font-family: Raleway, serif; text-transform: uppercase; box-shadow: 0 0 1px #000 } .mask-text h2 { font-size: 20px !important; } .view a.info:hover { box-shadow: 0 0 5px #000 } .view .mask-bg { height: 100%; } .view .album_social { color: #fff; position: absolute; bottom: 3px; left: 3px; border: 1px solid #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px 5px; } .view .album_social:active, .view .album_social:focus, .view .album_social:hover { color: #ffffff; outline: none; } /*1*/ .view .info { margin-top: 5px; } .view-first .mask { opacity: 0; background-color: rgba(0, 0, 0, 0.7); transition: all 0.4s ease-in-out; } .view-first h2 { transform: translateY(-100px); opacity: 0; font-family: Raleway, serif; transition: all 0.2s ease-in-out; } .view-first p { transform: translateY(100px); opacity: 0; transition: all 0.2s linear; } .view-first a.info { opacity: 0; transition: all 0.2s ease-in-out; } /* */ .view-first:hover img { /*transform: scale(1.1);*/ } .view-first:hover .mask { opacity: 1; } .view-first:hover h2, .view-first:hover p, .view-first:hover a.info { opacity: 1; transform: translateY(0px); } .view-first:hover p { transition-delay: 0.1s; } .view-first:hover a.info { transition-delay: 0.2s; } /*2*/ .view-second img { -webkit-filter: grayscale(0) blur(0); filter: grayscale(0) blur(0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .view-second .mask { background-color: rgba(226, 200, 127, 0.2); transition: all 0.5s linear; opacity: 0; } .view-second h2 { background: transparent; margin: 20px 40px 0px 40px; transform: scale(0); color: #333; transition: all 0.5s linear; opacity: 0; } .view-second p { opacity: 0; transform: scale(0); transition: all 0.5s linear; } .view-second a.info { opacity: 0; transform: scale(0); transition: all 0.5s linear; } .view-second:hover img { -webkit-filter: grayscale(100%) blur(3px); filter: grayscale(100%) blur(3px); } .view-second:hover .mask { opacity: 1; } .view-second:hover h2, .view-second:hover p, .view-second:hover a.info { transform: scale(1); opacity: 1; } .view-second img { -webkit-filter: grayscale(0) blur(0); filter: grayscale(0) blur(0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .view-second:hover img { -webkit-filter: grayscale(100%) blur(3px); filter: grayscale(100%) blur(3px); } /*3*/ .view-third img { transform: scaleY(1); transition: all .7s ease-in-out; } .view-third a.info { opacity: 0; transform: scale(0); transition: all 0.5s linear; } .view-third:hover img { -webkit-transform: scale(10); transform: scale(10); opacity: 0; } .view-third:hover .mask { opacity: 1; } .view-third:hover h2, .view-third:hover p, .view-third:hover a.info { transform: scale(1); opacity: 1; } /* ==== view 4 ===*/ .view-forth-wrapper { overflow: hidden; position: relative !important; height: 100%; /* cursor: pointer;*/ } .view-forth img { max-width: 100%; position: relative; top: 0; -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); } .view-forth .mask { position: absolute; width: 100%; /* height: 70px;*/ /* bottom: -70px;*/ height: 50%; bottom: -50%; -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); top: inherit; } .view-forth:hover .mask { bottom: 0; } .view-forth:hover img { top: -30px; } /*== view 5 ==*/ .view-fifth .view-fifth-wrapper, .view-fifth .view-fifth-wrapper img { display: block; position: relative; } .view-fifth .view-fifth-wrapper { overflow: hidden; height: 100%; } .view-fifth .view-fifth-wrapper .mask { display: none; position: absolute; background: #333; background: rgba(75, 75, 75, 0.7); width: 100%; height: 100%; } /* ====================== album category styles ==========================*/ #filters { margin: 1% 0; padding: 0; list-style: none; list-style-type: none !important; } #filters li { float: left; list-style-type: none !important; } #filters li:first-child span { margin-left: 0px; } #filters li span { display: block; text-decoration: none; cursor: pointer; } .album_categories { list-style-type: none; margin: 0; padding: 0; overflow: hidden; padding-top: 5px; } /*========= sharing buttons ============*/ .album_socials { position: relative; top: 3px; width: 100px; height: 28px; margin: 0 auto; } .album_socials .rwd-share-buttons { top: 0px !important; width: 100% !important; margin: 0px !important; } .album_socials a { text-decoration: underline !important;
Most recent headlines
05/01/2027
Worlds first 802.15.4ab-UWB chip verified by Calterah and Rohde & Schwarz to be ...
01/06/2026
January 6 2026, 05:30 (PST) Dolby Sets the New Standard for Premium Entertainment at CES 2026
Throughout the week, Dolby brings to life the latest innovatio...
02/05/2026
Dalet, a leading technology and service provider for media-rich organizations, t...
01/05/2026
January 5 2026, 18:30 (PST) NBCUniversal's Peacock to Be First Streamer to ...
01/04/2026
January 4 2026, 18:00 (PST) DOLBY AND DOUYIN EMPOWER THE NEXT GENERATON OF CREATORS WITH DOLBY VISION
Douyin Users Can Now Create And Share Videos With Stun...
05/03/2026
Clear-Com has provided Gen-IC virtual intercom, its cloud-based voice communications system for SaxaVord Spaceport, the first fully licensed vertical launch s...
05/03/2026
The Hollywood Professional Association (HPA) concluded the 2026 HPA Tech Retreat, convening more than 800 industry leaders, technologists, creatives and executi...
05/03/2026
LynTec, a leading manufacturer of electrical power control solutions for professional audio, video, and lighting systems, today announced that its new Dual DMX ...
05/03/2026
Snicket Labs is pleased to announce a new distribution partnership with ES Broadcast for its award winning solutions, Match and Enrich.
Under the agreement, ES...
05/03/2026
LiveU today announced the first large-scale deployment of its AI-driven LiveU IQ (LIQ ) technology at a global, multi-venue sporting event, setting a new benchm...
04/03/2026
Lega Basket Serie A (LBA), the governing body for Italy's premier basketball...
04/03/2026
Wrexham AFC co-chairmen Rob Mac and Ryan Reynolds will host a first-of-its-kind ...
04/03/2026
The countdown is underway and with just 100 days to go until the world's greatest sporting event begins on Thurs., June 11, FOX Sports, America's Englis...
04/03/2026
No matter where they are in the world, service members and veterans can stream N...
04/03/2026
Telemundo officially releases Somos M s, the anthem for the network's cove...
04/03/2026
The Hollywood Professional Association (HPA) concluded the 2026 HPA Tech Retreat, convening more than 800 industry leaders, technologists, creatives, and execut...
04/03/2026
Smith Entertainment Group transformed how local sports are consumed by creating ...
04/03/2026
The production method, which spans a distance of 36.2 miles, was designed and im...
04/03/2026
Haivision, a global provider of mission-critical, real-time video networking and...
04/03/2026
When Hugues Meyrath came out of retirement to take the helm as CEO of Quantum, i...
04/03/2026
Last week's launch of Banana Ball Championship League has spurred a significant upgrade of production facilities
The Savannah Bananas, arguably the hottest...
04/03/2026
sldkfjsdlfkjsldkfjsldkjfslkdjfslkdjfsl
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus...
04/03/2026
For many fans, a song's backstory can be just as compelling as the final pro...
04/03/2026
In 2006, Spotify was founded on the belief that technology could bring artists a...
04/03/2026
Spotify is back on the ground for the Houston Livestock Show and Rodeo, and we...
04/03/2026
Spotify had an energizing week in Sydney, Australia, filled with powerful conver...
04/03/2026
Earlier this year, we launched Directed By, a documentary-style series that pull...
04/03/2026
100 Days to Go: SBS Unveils World Class Team for The Greatest Show on Earth -The...
04/03/2026
KT and Rohde & Schwarz to showcase AI-enhanced radio transmission performance In a joint 6G AI proof-of-concept demonstration, the CMX500 one-box tester from ...
04/03/2026
Share
Copy link
Facebook
X
Linkedin
Bluesky
Email...
04/03/2026
Luxembourg, 3 March 2026 - SES S.A. has today published its 2025 Annual Report, following the announcement of the company's full year financial results for ...
04/03/2026
Share
Copy link
Facebook
X
Linkedin
Bluesky
Email...
04/03/2026
Share
Copy link
Facebook
X
Linkedin
Bluesky
Email...
04/03/2026
Luxembourg, March 3, 2026 - SES, a leading space solutions company, along with I...
04/03/2026
04 Mar 2026
VEON Partners with GSMA Innovation Fund to Accelerate Digital Innov...
04/03/2026
04 Mar 2026
VEON's Beeline Uzbekistan and Rakuten Symphony Partner for Open...
04/03/2026
Wednesday 4 March 2026
Sky Sports unveils plans for 2026 Formula 1 coverage
Sky Sports is preparing for one of the most highly anticipated F1 seasons in recen...
04/03/2026
Back to All News
Bloodhounds' Season 2 Gears Up for April 3 Premiere with ...
04/03/2026
Back to All News
Netflix Ads Suite Expands Capabilities
Business
04 March 2026
GlobalUnited States
Link copied to clipboard
After launching the Netflix Ad...
04/03/2026
Scripps Research welcomes healthcare innovator Joe Kiani to the Board of Directors Kiani brings decades of experience in patient safety and public service.
Mar...
04/03/2026
Nanoparticle vaccine approach takes on a new target: Hepatitis C virus Scripps Research scientists reengineer critical proteins on the surface of HCV, paving th...
03/03/2026
Beyond Sports, a Sony group company, and LIV Golf, the world's golf league, ...
03/03/2026
Ilitch Sports + Entertainment announces the launch of Detroit SportsNet (DSN), a year-round broadcast home for two of Detroit's franchises. With flexible op...
03/03/2026
Advanced Systems Group, LLC (ASG), a technology and services provider for media ...
03/03/2026
The PGA of America, NBC Sports and USA Sports extend their media rights agreemen...
03/03/2026
AI device ecosystem company HONOR enters into a strategic technical collaboratio...
03/03/2026
Cleveland's Telos Alliance, pioneers in broadcast technology for 30 years, l...
03/03/2026
The MD 9235 microphone head for wireless handhelds has been a firm favorite with many engineers and artists for its ability to cut through high on-stage levels ...
03/03/2026
Haivision Systems Inc. (Haivision), a global provider of mission-critical, real-...