/**************************************************************
 * Project page layout
 **************************************************************/
.lumote-bg {
    background-color: rgb(21, 31, 48);
}

.lumote-info-tile-content {
}

.lumote-info-tile-container {
    padding: 1em
}

.lumote-img-tile-container,
.lumote-info-tile-container {
    display: flex;
    margin: 0.5em;
    border-radius: 0.7em;
    background: rgba(0, 0, 0, 0.301);
    overflow: hidden;
}

/**************************************************************
 * Steam Widget
 **************************************************************/

.steam-widget-container {
    margin: 0.5em;
    position: relative;
    height: 190px;
}

.steam-widget-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**************************************************************
 * Embeded Video
 **************************************************************/

.video-container {
    position: relative;
    padding-top: 56.25%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}