/* Mobil Stiller */
@media screen and (max-width: 999px) 
{
.desktop {display:none;}
}

/* Desktop Stiller*/
@media screen and (min-width: 1000px) 
{
.mobile {display:none;}
}

.sticon
{
height: 100px;color:#25231D;
}