/*----------------------------------------------
   CONTENT STYLING
----------------------------------------------*/

.pih-apod {
    max-width: 900px;
    margin: 40px auto;
}

.pih-apod-header {
    margin-bottom: 20px;
}

.pih-apod-title {
    font-size: 28px;
    margin-bottom: 5px;
}

.pih-apod-date {
    font-size: 14px;
    color: #888;
}

.pih-apod-media img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pih-apod-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pih-apod-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.pih-apod-explanation {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.pih-apod-credit {
    font-size: 13px;
    color: #777;
}

.pih-apod-hd a {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: none;
}

.pih-apod-hd a:hover {
    text-decoration: underline;
}

.pih-module-title {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}