img {
    width: 100%;
}

.gd-row {
    margin-right: -15px;
    margin-left: -15px;
}

#gaming {
    background-image: url('../images/gaming_main_img.png');
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#ccp {
    background-image: url('../images/ccp_main_img.png');
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#music {
    background-image: url('../images/music_main_img.png');
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.product {
    /* opacity: 0; */
    visibility: hidden;
}

.product img {
    /* width: auto; */
    width: 75%;
}

.top-word {
    padding-top: 30%;
}

.top-word img {
    width: 70%;
}

.tnc {
    color: #666666;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.btn-purchase {
    /* width: 241px !important;
    position: absolute;
    left: 141px;
    bottom: 20px; */
    /* width: 100% !important;
    max-width: 250px; */
    width: 100% !important;
    height: auto !important;
    position: absolute;
    bottom: 5%;
    left: 12%;
}

img.map,
map area {
    outline: none;
}

@media(max-width: 576px) {
    /*     #ccp .top-word {
        padding-top: 30%;
    } */
    .product img {
        /* width: auto; */
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .top-word {
        padding-top: 40%;
    }
}

@media (min-width: 1920px) {
    .top-word {
        padding-top: 50%;
    }
}