/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/12/2019, 11:56:54
    Author     : macleody
*/
.papai-noel {
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 99999;
}

@media (max-width: 768px) {
    .papai-noel {
        width: 70%;
        bottom: 30px;
    }
    .papai-noel img {
        width: 100%;
    }
}
