#vga em {
    font-style: italic;
}

#vga p:not(.note) {
    font-family: 'DINPro-Regular' !important;
}

#vga #kv {
    padding-bottom: 0;
}

#vga #kv .kvbox {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
}

#vga #kv .kvbox .img {
    float: none;
    margin-left: auto;
}

#vga #kv .kvbox .txt {
    position: unset;
    left: 0;
    width: auto;
    padding: 30px 50px;
}

#vga #kv .date .item .text {
    height: auto;
    text-align: center;
}

#vga #kv .kvbox .txt .time {
    display: block;
    padding-left: 0;
    align-items: unset;
    padding: 40px 20px;
}


/* edited */

#vga #kv .kvbox .txt h1#h1 {
    font-size: 64px;
}

#vga #kv .kvbox .txt h2.h2 {
    font-family: 'Geforce-Bold';
    font-size: 32px;
}

#vga #kv .kvbox .txt p {
    color: #9A9A9A;
}

#vga #kv .kvbox .txt p:nth-last-child(2) {
    opacity: 0.8;
}

#vga #kv .kvbox .txt img:last-child {
    margin-top: 30px;
}

@media screen and (max-width:1366px) {
    #vga #kv .kvbox .img {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    #vga #kv .kvbox {
        grid-template-columns: 1fr;
        /* padding-bottom: 100px; */
    }
    #vga #kv .kvbox .img {
        order: 1;
    }
    #vga #kv .kvbox .txt {
        order: 2;
    }
    #vga #kv .kvbox .txt h1#h1,
    #vga #kv .kvbox .txt h2.h2 {
        text-align: center;
    }
    #vga #kv .kvbox .txt p.text_content {
        /* text-align: justify; */
    }
    #vga #kv .kvbox .txt .time {
        text-align: center;
    }
}

@media screen and (min-width:1200px) {
    #vga #kv .kvbox {
        padding-bottom: 100px;
    }
    #vga #kv .kvbox .img {
        width: 100%;
    }
    #vga #kv .kvbox .img img {
        width: 100%;
        height: 90%;
    }
}

#vga #s3 {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    background: url('https://storage-asset.msi.com/event/2020/vga/Death_Stranding_RTX_Bundle/img/gameSnapshot.png') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

#vga #s3 .slogan {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#vga #s3 .slogan h2 {
    font-size: 32px;
}

#vga #s3 .slogan>p {
    font-size: 32px;
}

#vga #s3 .slogan .youtube {
    margin-top: 60px;
}

#vga #s3 .slogan .youtube .btplay {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 65%;
}

#vga #s4 .box .txt:hover a:hover,
#eu .lt-content.eu a:hover {
    color: #76b900;
}

#vga #s5 .title {
    font-family: 'Geforce-Light';
    color: #fff;
    margin-bottom: 40px;
}

#vga #s5 .prods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    border-bottom: 3px solid rgb(102, 102, 102);
    padding-bottom: 60px;
    margin-bottom: 60px;
}

#vga #s5 .prods .prod img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

#vga #s5 .prods .prod h3 {
    font-family: 'din_pro_bold';
    font-size: 16px;
}

#vga #s5 .prods .prod a {
    font-family: 'din_pro_bold';
    display: inline-block;
    background: #76b900;
    color: #fff;
    padding: 12px 22px;
    border: 1px solid #76b900;
    margin: 30px 0;
    transition: .5s;
}

#vga #s5 .prods .prod a:hover {
    background: transparent;
    color: #76b900;
}

@media screen and (max-width: 960px) {
    #vga #s5 .prods {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 720px) {
    #vga #s5 .prods {
        grid-template-columns: repeat(1, 1fr);
    }
}

#vga #s6,
#vga #s6 .container {
    padding: 0;
}

#vga #s6 .info {
    height: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#vga #s6 .info a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-family: 'DINPro-Light';
    font-size: 26px;
    color: #76b900;
    transition: .5s;
}

#vga #s6 .info a:hover {
    color: #fff;
}

.info a:nth-child(2) {
    border-left: 3px solid rgb(102, 102, 102);
    border-right: 3px solid rgb(102, 102, 102);
}

@media screen and (max-width: 740px) {
    #vga #s6 .info {
        height: auto;
        grid-template-columns: repeat(1, 1fr);
    }
    #vga #s6 .info a:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgb(102, 102, 102);
        border-bottom: 1px solid rgb(102, 102, 102);
    }
}

#vga #ft .container .icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#vga #ft .container .icons img {
    margin: 10px 20px;
    /* width: 100px; */
    height: auto;
    object-fit: scale-down;
}

#vga #ft .container p {
    text-align: justify;
}

#eu.lightbox .ltbox .lt-title {
    border-bottom: 3px solid rgb(102, 102, 102);
}

#eu .lt-content.eu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#eu .lt-content.eu li {
    margin: 18px 0;
}

#eu .lt-content.eu a {
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width: 720px) {
    #eu .lt-content.eu {
        grid-template-columns: repeat(1, 1fr);
    }
    #eu .lt-content.eu ul {
        border-bottom: 3px solid rgb(102, 102, 102);
    }
}