/*
    Created on : Dec 03, 2019 10:07:48 am
    Author     : pubudu.id@ebeyonds.com
*/

#branding .container{
    position: relative;
}

#branding .container .santa-img{
    position: absolute;
    top: -10px;
    width: 10%;
    left: 70px;
}


@media (min-width:768px) and (max-width:991px) {
    #branding .container .santa-img {
   
    width: 6%;
    left: 260px;
}

}

@media (min-width:992px) and (max-width:1024px) {
    #branding .container .santa-img {
    width: 4%;
    left: 395px;
}
}