/*
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 : Jun 27, 2019, 5:56:06 PM
    Author     : hello
*/
.icon_position{
        display: none;
    }

@media  screen and (max-width:766px){
    
    body{
        position: relative;
    }
    .icon_position{
        display: block;
        position: fixed;
        right: 15px;
        z-index: 900000;
        bottom: 15px;
    }
}