
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
09/11/2025
Dalet today announced a transformative leap forward for media operations: Agentic Artificial Intelligence (AI) that unifies the Dalet ecosystem under one natura...
08/11/2025
College Hoops Preview 2025: TNT Sports Puts Multi-Feed Production Model Front an...
08/11/2025
While most station groups reported major declines in ad revenue in the third quarter, thanks to a steep decline in political advertising compared to a year ago,...
08/11/2025
NEW YORK Nielsen has announced that it has started releasing rankings of the most watched college football teams. In its first ranking, through the first 10 wee...
08/11/2025
LOS ANGELES OpenDrives recently hosted an event at its headquarters here marking the soft launch of Astraeus, its new data services platform....
08/11/2025
Capitol Broadcasting Company Director of Technology Peter Sockett was honored on October 29, 2025, with the Wade H. Hargrove Community Leadership Award from the...
08/11/2025
Berklee Artists Return to Perform at Boston Snowport Holiday Market The performances, a weekly highlight of the holiday market, are the result of a partnershi...
08/11/2025
Berklees 2026 Alumni Grammy Nominees: See the Full List From R&B and Americana to gospel, jazz, and game scoring, Berklee talent was recognized across a range...
07/11/2025
SVG Sit-Down: Athlos NYC CMO Kayla Green on Building the Brand of the Young Trac...
07/11/2025
SVG Sit-Down: Inside Wasabi's Egress-Fee-Free Cloud Offering with Mike Welts...
07/11/2025
PGA TOUR On the Road: How NEP Supports the TOUR's Spectacular Centralized Fa...
07/11/2025
Analysis: No matter the sport, women need a fair share of the biggest stages By Callum McCarthy, Editor-at-Large
Tuesday, November 4, 2025 - 10:19
Print Th...
07/11/2025
DAZN to stream first live football match on TikTok By George Bevir
Friday, November 7, 2025 - 09:55
Print This Story
DAZN has partnered with TikTok to str...
07/11/2025
SVG Sit Down: E1 Founder/CEO Rodi Basso on the Future of E1 Series and Bringing ...
07/11/2025
TNT Sports Puts Multi-Feed Production Model Front and Center for Largest College...
07/11/2025
Kahlil Joseph attends the 2025 Sundance Film Festival BLKNWS: Terms & Condition...
07/11/2025
By Alexis Neophytides
For Jay and me, filmmaking wasn't just a response to crisis, it was a way through it.
I first met Jay in the summer of 2019. He was ...
07/11/2025
Word of mouth has always been at the heart of the Spotify experience, with people sharing music, podcasts, and audiobooks with friends and family millions of ti...
07/11/2025
A Statement from L3Harris Chair and CEO Chris Kubasik on the Secretary of War...
07/11/2025
Fincons Group, a leading international business consulting and system integrator firm, releases its free white paper, Unlocking GenAI's Potential for Appli...
07/11/2025
The European Broadcasting Union (EBU), the world's leading alliance of public service media, has awarded LiveU a five-year contract to deliver 24/7 live new...
07/11/2025
Atomos introduced Ninja TX GO, a new HDMI monitor-recorder that brings the performance of the acclaimed Ninja TX to an even wider community of filmmakers and cr...
07/11/2025
Visual Data Media Services, a global leader in content localisation and media supply chain services, today announced the completion of its acquisition of Sound ...
07/11/2025
When NBC Sports' Director of Remote Technical Operations for Motorsports Matt Hogencamp walks onto a NASCAR track, he's not thinking about lap times or ...
07/11/2025
When it comes to outfitting complex, multi-venue reality shows with flawless audio capture, few do it better than Headroom Productions. Based in Canada and led ...
07/11/2025
The European Handball Federation (EHF) will introduce Riedel's RefCam and Easy5G systems at the final weekend of the Men's EHF EURO 2026. The RefCam, a ...
07/11/2025
Leading systems integrator Broadcast Solutions is taking a forward-looking approach and expanding its management team. Effective from 1 November 2025, Stefan Br...
07/11/2025
Calrec is set to make a major impact at Tonmeistertagung 2025, featuring its cutting-edge broadcast audio solutions including the German debut of its brand new ...
07/11/2025
Grass Valley will showcase its latest advancements in live production, networking, playout, and media management at Inter BEE 2025, taking place November 19 21 ...
07/11/2025
IABM continues to strengthen its presence in the Asia-Pacific region at Inter BEE 2025 with a dedicated IABM Hub including member pavilion, the IABM Industry Im...
07/11/2025
Following a successful IBC Amsterdam in September and NAB New York in October, Ikegami will demonstrate examples from its wide range of broadcast television pro...
07/11/2025
Pixellot, the largest streamer of global youth and amateur sports, today announced a five-year extension of its partnership with PlayOn Sports, the premier fan ...
07/11/2025
ES Media Group, which specialises in providing professional services to the broadcast industry, has announced the hire of industry heavyweight Brian Clark as Gl...
07/11/2025
Boston Conservatory at Berklee Presents Opera Adaptation of Little Women Marc Adamo's acclaimed opera brings Louisa May Alcott's beloved story to life...
07/11/2025
Amplify Berklee Gala Raises $1.4 Million for Berklee City Music Students This year's event featured performances from student K-pop group B-Girls, the Ove...
07/11/2025
NEW YORK DoubleVerify has launched a streaming TV offering designed to give advertisers greater transparency, control and efficiency across their streaming TV i...
07/11/2025
PARIS Ateme said it has been working with Spain-based multinational telco Telef nica to deploy a cloud-native media processing platform for next-generation vide...
07/11/2025
The Society of Motion Picture and Television Engineers has announced it will hold its annual meeting on Wednesday, Dec. 10, via a Zoom webinar at 11 a.m. ET....
07/11/2025
NEW YORK The Coalition for Innovative Media Measurement (CIMM) and TVB have released a study examining how local viewing is measured across television, mobile d...
07/11/2025
LONG ISLAND CITY, N.Y. Altice USA announced it will change its corporate name to Optimum Communications Inc., effective Nov. 7. The company will cease trading u...
07/11/2025
07 11 2025 - Media release Screen Australia announces Gillian Moody-Ardler as Head of First Nations Content
Gillian Moody-Ardler. Photo credit: Sally Flegg. ...
07/11/2025
SLEIGH BELLS RING ARE YOU WINNING?
THE LATE LATE TOY SHOW BIG BIG TICKET GIVEAWAY EXCLUSIVE ACROSS RT CHANNELS
On Friday 21 November, listeners across all R...
07/11/2025
X-Rite to Acquire Select Assets of Rutherford Graphic Products (RGP), LLC (USA) ...
07/11/2025
As audiences consume media across more platforms than ever, advertisers are demanding outcome-driven, cross-platform campaign strategies. But fragmented and out...
07/11/2025
November 7th, 2025 Tribeca Festival Returns to Art Basel Miami Beach for Fourth Annual Edition
Two Nights of Live Performances at the Miami Beach Bandshell ...
07/11/2025
Friday 7 November 2025
Lioness and Arsenal forward Alessia Russo launched the f...
07/11/2025
Back to All News
The Night My Dad Saved Christmas 2, Starring Santiago Segura, ...
07/11/2025
-- Building on last year's success at COP29, the three initiator organizati...
06/11/2025
Media organisations from across the globe are uniting to promote media and information literacy (MIL) to help ensure their future survival and win back the trus...
06/11/2025
SVG Sit-Down: Athlos NYC CEO Kayla Green on Building the Brand of the Young Trac...