.sidebar .social-icons {
    display: flex;
    justify-content: center;
}

.sidebar .social-icons a {
    font-size: 1.25rem;
    margin-right: 10px;
}

.content.container {
    max-width: 90%;
    width: auto;
  }
  
@media (min-width: 1200px) {
    .content.container {
        max-width: 80%;
    }
}

.pubtitle{
    color: #6a9fb5
}

.pubwraper{
    left: 0;
    right: 0;
    overflow: auto;
}

.pubentry{
    float: left;
    width: 58.5%;
    margin-left: 3%;
}

.pubimg{
    float: left;
    width: 38.5%;
    max-width: 12rem;
    min-height: 8rem;
}

.pubmedia{
    margin-top: auto;
    margin-bottom: auto;
    height: 1rem;
    margin-left: 0.5em;
}

.pubmediacontainer {
  margin-top: 0;
  height: 100%;
  width: 100%;
  display: flex;
}

details {
    margin: 1em 0;
    padding: 0.5em 1em;
    border: 2px solid #6a9fb5;
    border-radius: 6px;
    background: #f9f9f9;
}
  
details summary {
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
}

html {
    overflow-y: scroll;
}

.media-pair {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.media-item {
    flex: 1 1 400px;
    max-width: 500px;
}

.media-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio */
    overflow: hidden;
    border-radius: 6px;
}

.media-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-caption {
    text-align: center;
    font-size: 0.9rem;
    color: #555;
    margin-top: 0.3em;
}

.layout {
}
@media (min-width: 48em) and (min-height: 36em){
  .layout {
    display: flex;
    /* align-items: stretch; */
    min-height: 100vh;
  }
}
