.sow-carousel-thumbnail a {
    width: 300px;
    height: 200px;
}
.sow-carousel-thumbnail a {
    background-size: 300px;
}
/*
header img {
    height: 80px;
    margin-left: 40px;
}
body {
    height: 125vh;
    background-image: url('https://codetheweb.blog/assets/img/posts/style-a-navigation-bar-css/background.jpg');
    background-size: cover;
    font-family: sans-serif;
    margin-top: 80px;
    padding: 30px;
}

main {
    color: white;
}
*/



/*
div.menu-koshka-menu-container {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 25px 0 black;
}

div.menu-koshka-menu-container * {
    display: inline;
}

div.menu-koshka-menu-container li {
    margin: 20px;
}

div.menu-koshka-menu-container li a {
    color: black;
    text-decoration: none;
}


header.entry-header {
  display: none;
}
div.navigation-top {
  display: none;
}
body {
   margin: 0;
   padding: 0;
}
footer {
  display: none;
}
header#masthead {
  display: none;
}
div#content {
  padding-top: 0px;
}
.post-author {
display: none;
}
*/