.LGFR-main .content-slider-slide-name p {
    position: absolute;
     bottom: 48px;
    left: 0;
    width: auto;
    height: auto;
    opacity: 1;
 padding: 0.4em 2.4em;
 margin: 0 20px;
 line-height:1;
 font-size: 1.125em;
 background-color:rgba(255,255,255,0.8); 
 } 
 @media screen and (max-width: 1236px) {
 .LGFR-main .content-slider-slide-name p {/*bottom: 20px;*/}
 } 
 @media screen and (max-width: 767px) {
 .LGFR-main .content-slider-slide-name p {
 /* left: 50%;
     transform: translate(-50%, 0%);
 -webkit-transform: translate(-50%, 0%);*/
  width: 60%;
  left: 20%;
 box-sizing: border-box;
  text-align: center;
 font-size: 1.44em; 

 }
 }
  @media screen and (max-width: 480px) {
  .LGFR-main .content-slider-slide-name p {
  width: 80%;
 left: 10%; font-size: 4vw; }
 .swiper-pagination-clickable .swiper-pagination-bullet {
 width: 30px;
 margin-right: 10px;
 
 }


 }

