﻿.LoveCultureBox
{
    
 width:50%;
    height: 150px;
    float: left;
    text-align:left;
    margin-top: 40px;
    padding: 0px;
    position:relative;
    
}

.LoveCultureBox img
{
    width: calc(100% - 80px);
    max-width:960px;
    height:150px;
     margin-left: 20px;
}

.LoveCustomer
{
    width:50%;
    height:150px;
    border:0px;
    position:absolute;
    left:0px;
    top:0px;
    cursor:pointer;
}

.LoveEmployees
{
    width:50%;
    height:150px;
    position:absolute;
    top:0px;
    left:50%;
    border:0px;
    cursor:pointer;
}