.scrollbtn
{
	position: fixed;
	top:50%;
	right:0px;
}


@media (max-width: 1980px) 
{
    .scrollbtn-lg
    {
            width:15px;
            height:15px;
            margin:15px;
            background-color:white;
            opacity: 0.4;
            border:black 1px solid ;
            border-radius:10px;           
            list-style-type:none;
    }
}
@media (max-width: 768px) 
{
.scrollbtn-xs
{                   

        width:10px;
	height:10px;
	margin:10px;
	background-color:white;
        opacity: 0.4;
	border:black 1px solid ;
	border-radius:5px;
	list-style-type:none;
	
}
}
body {position: relative;}




