/* Photo swiper 1.1.0 */
.lvd-cm-photo-s .lvd-container                             {border-radius:var(--lvd-rounded);}
.lvd-cm-photo-s .lvd-style-transparent.lvd-container       {box-shadow:unset; background:none;}
.lvd-cm-photo-s .lvd-section-title                         {padding-left:24px; color:var(--lvd-color-black); }
.lvd-cm-photo-s .lvd-section-title.lvd-text-center         {padding-left:0;}

/* Swiper */
.lvd-cm-photo-s .swiper                                    {position:relative; border-radius:var(--lvd-rounded);}
.lvd-cm-photo-s .swiper-wrapper                            {z-index:2; position:relative; margin:0 auto;}
.lvd-cm-photo-s .lvd-img.lvd-image-filter img              {filter: brightness(1.2) grayscale(100%); transition: all .3s;}
.lvd-cm-photo-s .lvd-img.lvd-image-filter img:hover        {filter: none;}
.lvd-cm-photo-s .lvd-img img                               {height:100%; object-fit: cover; object-position: center; border-radius:var(--lvd-rounded);}

.lvd-cm-photo-s .swiper-button-next                        {z-index:4; position:absolute; top: 20px !important; right:20px !important; width: 40px !important; height: 40px !important; background:var(--lvd-color-white); border-radius:20px; margin-top: auto !important; color: var(--lvd-color-black) !important; text-align: center !important; vertical-align:middle; box-shadow: var(--lvd-shadow-100);}
.lvd-cm-photo-s .swiper-button-next:hover                  {background:var(--lvd-color-black); color:var(--lvd-color-white)!important;}
.lvd-cm-photo-s .swiper-button-next:after                  {font-size:16px !important; margin-right:-2px;  font-family: 'icomoon' !important; content: "\e94e"; line-height: 40px;}
.lvd-cm-photo-s .swiper-button-prev                        {z-index:4; transform: rotate(180deg); position:absolute; top: 20px !important; left:auto !important; right:76px !important; width: 40px !important; height: 40px !important; background:var(--lvd-color-white); border-radius:20px; margin-top: auto !important;color: var(--lvd-color-black) !important;  text-align: center!important; vertical-align:middle; box-shadow: var(--lvd-shadow-100);}
.lvd-cm-photo-s .swiper-button-prev:hover                  {background:var(--lvd-color-black); color:var(--lvd-color-white) !important;}
.lvd-cm-photo-s .swiper-button-prev:after                  {font-size:16px !important; font-family: 'icomoon' !important; content: "\e94e"; line-height: 40px; margin-right:-2px;}
.lvd-cm-photo-s .lvd-caption                               {position:absolute; bottom:24px; left:24px; max-width: calc(100% - 200px); background:var(--lvd-color-white); font-size: var(--lvd-text-s1); border-radius:20px; padding:10px 20px;}

/* Dark */
.lvd-cm-photo-s.lvd-style-dark .swiper-button-next         {background:var(--lvd-color-black); color: var(--lvd-color-white) !important; }
.lvd-cm-photo-s.lvd-style-dark .swiper-button-next:hover   {background:var(--lvd-color-white); color:var(--lvd-color-black)!important;}
.lvd-cm-photo-s.lvd-style-dark .swiper-button-prev         {background:var(--lvd-color-black); color: var(--lvd-color-white) !important; }
.lvd-cm-photo-s.lvd-style-dark .swiper-button-prev:hover   {background:var(--lvd-color-white); color:var(--lvd-color-black)!important;}
.lvd-cm-photo-s.lvd-style-dark .lvd-caption                {background:var(--lvd-color-black); color: var(--lvd-color-white);}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-cm-photo-s                                             {margin-right:4px !important; margin-left:4px !important;}
.lvd-cm-photo-s .lvd-content                                {width:100%;}
.lvd-cm-photo-s .lvd-section-title                          {padding:0 40px;}
.lvd-cm-photo-s .swiper-button-next                         {top: 10px !important; right:10px !important;}
.lvd-cm-photo-s .swiper-button-prev                         {top: 10px !important; right:66px !important;}
.lvd-cm-photo-s .lvd-caption                                {top:auto; bottom:16px; left:16px; max-width: calc(100% - 60px); padding:5px 10px; font-size: var(--lvd-text-s2);}
.lvd-cm-photo-s .lvd-img img                                {height:auto;}
}

/* Bt */
@media (min-width:768px) and (max-width:1023px)
{
.lvd-cm-photo-s                                             {margin-right:24px !important; margin-left:24px !important;}
}