@import "settings/Settings.less";

body#LGHVAC section.Mosaic {
    width: 100%;
    border-top: 6px solid @LG_red;

    @media screen and (max-width: 400px) {
    }

    @media (max-width: 575px) {
    }

    @media screen and (max-width: 768px) {
    }

    @media screen and (min-width: 768px) {
    }


    div.mosaic {
        border-top: 5px;
        max-width: 1240px;
        margin: 0 auto !important;
    }

    div.mosaic-horizontal-1 {
        height: 240px;
    }

    div.mosaic-tile-1 {
        width: 100%;
        height: 484px;
        padding: 0px !important;
    }

    div.mosaic-tile-2 {
        width: 100%;
        height: 240px;
        padding: 0px !important;
    }


    div.bottom-tile {
        margin-top: 4px !important;
    }

    div.mosaic-text {
        font-family: 'LGEILight';
        color: @LG_white;
        background-color: rgba(0,0,0,0.7) !important;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    div.mosaic-background {
        top: 0;
        left: 0;
        z-index: -1;
        position: absolute;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }


    button.mosaic-button {
        background-color: @LG_red;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
        transition: width .2s ease-in;
        border: none;
        color: @LG_white;
        font-family: 'LGEIRegular';
        padding: 9px 25px 5px 25px;
        z-index: 3;
        position: relative;
        bottom: 50px;
        left: 30%;
    }
}

