﻿.game-guide {
    margin: 30px auto 0 auto;
    height: auto;
    max-height: 400px;
    width: 90%;
    max-width: 500px;
    background-color: white;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 25% auto;
    grid-template-rows: 25% 40px 55px 55px auto 30px 52px;
    font-family: SegoeUI;
    font-weight: 600;
    color: #696969;
    box-shadow: 4px 15px 8px -5px rgba(0,0,0,0.41);
    -webkit-box-shadow: 4px 15px 8px -5px rgba(0,0,0,0.41);
    -moz-box-shadow: 4px 15px 8px -5px rgba(0,0,0,0.41);
}

.gg-play-btn {
    width: 104px;
    height: 104px;
    content: url(../images/b.png);
    margin-top: -50%;
    border:0;
}

.gg-header {
    padding: 20px 20px 0 20px;
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    width: auto;
    height: auto;
    margin: auto auto 0 auto;
}

.header-image {
    object-fit: scale-down;
    width: 100%;
    height: 230px;
    content: url(../images/mgames_logo4.png);
    margin: auto;
}

.gg-text {
    color: rgba(253,144,1,1);
    text-align: center;
    grid-column: 1 / span 2;
    grid-row: 5;
    margin: auto auto 0 auto;
    padding: 2vw 4vw 0 4vw;
}

.gg-text2 {
    color:  red;
    grid-column: 1 / span 2;
    grid-row: 6;
    margin: auto auto 0 auto;
}

.gg-img {
    grid-column: 1 / span 2;
    grid-row: 7;
    height: 5vh;
    content: url(../images/pulse_transparent2.gif);
    margin: auto auto 0 auto;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}