/*
*
*   Zde můžete vložit vlastní styly stránky. Níže jsou nastavená media query.
*
*   POZN: po uložení stránky, dojde k přepsání původních stylů na základě vložených stylů!
*
*/

.LinkedIn i {
    background-image: url(/upload/images/icons/inbug-white.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 0px) {
}

@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (min-width: 1600px) {
}