@media (max-width: 2000px) 
{
   .carousel-caption
    {
        /* 좌우를 화면 양 끝으로 붙여 가로 전체를 차지 */
        left: 0;
        right: 0;

        bottom: -24px;
    }
}


@media (max-width: 576px) 
{
    .carousel-caption h5 
    {
        font-size: 16px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 
    {
        font-size: 30px;
        font-weight: 600 !important;
    }

    .overspell-logo
    {
        max-width: 50%;
        height: auto;
    }

    .carousel-caption
    {
        /* 좌우를 화면 양 끝으로 붙여 가로 전체를 차지 */
        left: 0;
        right: 0;

        bottom: -24px;
    }
}

