From 7093e0a3cd88b6d949cc046e21b6e80a31470397 Mon Sep 17 00:00:00 2001 From: npy11 Date: Tue, 8 Oct 2024 19:23:15 +0530 Subject: [PATCH] 150 scaling for banner added --- blocks/carousel/embed-banner-carousel.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blocks/carousel/embed-banner-carousel.css b/blocks/carousel/embed-banner-carousel.css index eccdbfd3dc..2633b1976a 100644 --- a/blocks/carousel/embed-banner-carousel.css +++ b/blocks/carousel/embed-banner-carousel.css @@ -270,6 +270,9 @@ min-height: 380px; height: 380px; } + .section.banner-carousel-wrapper.banner-video-carousel .carousel-wrapper .teaser.block.video-component-carousel.teaser .background .foreground{ + margin: calc((100% - 1025px) / 2); + } } /* carosuel video End */ \ No newline at end of file