/*
Theme Name: Rhea
Description: Premium Template for Photography
Version: 1.7
Author: Peerapong Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
*/

@import "css/screen.css";

iframe[src^="https://store.steampowered.com/"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 414px) {
iframe[src^="https://store.steampowered.com/"] {
    position: static;
    transform: translate(0, 0);
    margin-left: -16px;
    width: 353px;
    height: 190px;
}

#menu_wrapper {
    display: block;
    top: 0;
    left: 0;
    margin-top: 219px;
    padding-bottom: 490px;
}

#menu_wrapper > div:first-child {
    transform: scale(0.7);
    left: -36px;
    top: 256px;
}

#menu_wrapper > div div + div + div + div + div + div + div {
    top: -200px !important;
    left: 227px;
}

canvas {
    top: 198px;
}
}