.shmg-gallery-breaker {
    border-bottom: 1px solid #ccc;
    padding-bottom: 90px !important;
}

.shmg-main-media-container {
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
    margin: 30px 0 !important;
    padding: 1em;
    max-width: 940px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.shmg-main-media-container:nth-child(odd) {
    background-color: #f5f5f5;
}

.shmg-main-media-container:nth-child(even) {
    background-color: #1b73b8;
    color: #FFFFFF;
}

.shmg-content-div {
    word-break: break-all;
    padding-right: 10px;
}

.shmg-video-grid {
    padding-left: 10px;
}

.shmg-main-media-container .shmg-main-title {
    font-size: 2em;
    font-weight: 600;
    margin: 0;
}

.shmg-video-item {
    overflow: hidden;
}

.shmg-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
}

.shmg-video-item iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
}
  