@media screen and (max-width: 1480px)
{
    #homeContent .container .logo img{height: 145px;}
    #homeContent .container .businesList .businesSingle .image{height: 68px;}
    #homeContent .container .businesList .businesSingle .video{height: 165px;}
    #homeContent .container .footerLogo .fImage img{width: 81px;}
}

@media screen and (max-width: 1200px)
{
    #homeContent .container{max-width: 90%;}
    #homeContent .container .logo{margin-bottom: 30px; padding-bottom: 25px;}
    #homeContent .container .logo img{height: 135px;}
    #homeContent .container .logo a{font-size: 15px; margin-top: 20px;}
    #homeContent .container .businesList .businesSingle{padding: 0 20px;}
    #homeContent .container .businesList .businesSingle .image{height: 63px;}
    #homeContent .container .businesList .businesSingle .video{height: 155px;}
    #homeContent .container .footerLogo{margin-top: 35px;}
    #homeContent .container .footerLogo .fImage img{width: 78px;}
}

@media screen and (max-width: 1024px)
{
    #homeContent .container{max-width: 100%; padding: 0 15px;}
    #homeContent .container .logo{margin-bottom: 0px; padding-bottom: 15px;}
    #homeContent .container .logo img{height: 125px;}
    #homeContent .container .logo a{font-size: 14px; margin-top: 12px;}
    #homeContent .container .businesList .businesSingle{padding: 0 14px 0 12px; flex: 0 calc(33.33% - 26px); margin-top: 30px;}
    #homeContent .container .businesList .businesSingle:nth-child(3n){ border-right: unset; padding-right: 0;}
    #homeContent .container .businesList .businesSingle:last-child{padding-right: 12px !important;}
    #homeContent .container .businesList .businesSingle .image{height: 56px; margin-bottom: 20px;}
    #homeContent .container .businesList .businesSingle .video{height: 135px;}
    #homeContent .container .footerLogo{margin-top: 25px;}
    #homeContent .container .footerLogo .fImage img{width: 74px;}
}

@media screen and (max-width: 769px)
{
    #homeContent .container{max-width: 100%; padding: 0 15px;}
    #homeContent .container .logo{margin-bottom: 0px; padding-bottom: 15px;}
    #homeContent .container .logo img{height: 125px;}
    #homeContent .container .logo a{font-size: 14px; margin-top: 12px;}
    #homeContent .container .businesList .businesSingle{flex: 1 45%; margin-top: 0; padding-top: 20px; padding-bottom: 20px; border-bottom: 2px dotted #c5c5c5;}
    #homeContent .container .businesList .businesSingle:nth-child(3n){border-right: 2px dotted #c5c5c5; padding-right: 14px;}
    #homeContent .container .businesList .businesSingle:nth-child(2n){border-right: unset; padding-right: 0 !important;}
    #homeContent .container .businesList .businesSingle:nth-child(2n-1){padding-left: 0 !important;}
    #homeContent .container .businesList .businesSingle .image{height: 54px; margin-bottom: 15px;}
    #homeContent .container .businesList .businesSingle .video{height: 150px;}
    #homeContent .container .footerLogo{margin-top: 25px;}
    #homeContent .container .footerLogo .fImage img{width: 74px;}
}

@media screen and (max-width: 640px)
{
    #homeContent .container{max-width: 100%; padding: 0 12px;}
    #homeContent .container .logo{margin-bottom: 0px; padding-bottom: 10px;}
    #homeContent .container .logo img{height: 115px;}
    #homeContent .container .logo a{font-size: 13px; margin-top: 10px;}
    #homeContent .container .businesList .businesSingle{padding: 0 12px 0 10px; padding-top: 15px; padding-bottom: 15px;}
    #homeContent .container .businesList .businesSingle:nth-child(3n){border-right: 2px dotted #c5c5c5; padding-right: 12px;}
    #homeContent .container .businesList .businesSingle .image{height: 47px; margin-bottom: 10px;}
    #homeContent .container .businesList .businesSingle .video{height: 130px;}
    #homeContent .container .footerLogo{margin-top: 18px;}
    #homeContent .container .footerLogo .fImage img{width: 70px;}
}

@media screen and (max-width: 480px)
{
    #homeContent .container{max-width: 100%; padding: 0 10px;}
    #homeContent .container .logo{margin-bottom: 0px; padding-bottom: 10px;}
    #homeContent .container .logo img{height: 100px;}
    #homeContent .container .logo a{font-size: 12px; margin-top: 7px;}
    #homeContent .container .businesList .businesSingle{padding: 0 10px 0 8px; padding-top: 12px; padding-bottom: 12px;}
    #homeContent .container .businesList .businesSingle:nth-child(3n){border-right: 2px dotted #c5c5c5; padding-right: 10px;}
    #homeContent .container .businesList .businesSingle .image{height: 40px; margin-bottom: 7px;}
    #homeContent .container .businesList .businesSingle .video{height: 110px;}
    #homeContent .container .footerLogo{margin-top: 12px;}
    #homeContent .container .footerLogo .fImage img{width: 65px;}
}