.gc-rtt-media.gc-rtt-media-complete {
    overflow: hidden;
    padding: 0;
    background: #081729;
}

.gc-rtt-media.gc-rtt-media-complete img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: inherit;
}

@media (max-width: 782px) {
    .gc-rtt-media.gc-rtt-media-complete {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gc-rtt-media.gc-rtt-media-complete img {
        min-width: 760px;
    }
}
