.gsp-container {
    background-color: var(--color-bg-container);
    color: var(--color-text-container);
    border-radius: 5px;
    border: 2px solid var(--color-container-border);

    width: 100%;

    position: relative;
}

.gsp-container:hover {

}

.gsp-head {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.gsp-body {
    padding: 24px;
}

.gp-ip-picIconsCol {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    width: 100%;
    height:0px;
    padding-bottom: 100%;
}

.gp-ip-divPriceCont {
    
}

.gsp-container-ex-v {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110%;

    width: 100%;
    height:0px;
    padding-bottom: 100%;

    transition: all 0.5s ease;
}

.ex-v-nametext {
    width: 100%;
    box-sizing: border-box;

    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 6px;
    background-color:rgba(0, 0, 0, 0.39);
    color: white;
    font-size: 20px;
    text-align: center;

    width: 100%;

    transition: all 0.3s ease;
}

.gsp-container-ex-v:hover {
    background-size: 130%;
}

.gsp-container-ex-v:hover > .ex-v-nametext {
    font-size: 26px;
    background-color:rgba(0, 0, 0, 0.8);

    padding: 16px 8px 16px 8px;

    color: var(--color-primary);
}