﻿.divGS {
    /*position: absolute;*/
    /*left: 50%;*/
    /* Moves the left edge of the div to the center of the parent */
    /*transform: translateX(-50%);*/
    /*object-fit: scale-down;*/
    height: calc(33vh);
    object-fit: scale-down;
    transition: transform 2.0s, width 1s,opacity 1s;
    padding-bottom:20px;
}
.zoomIn {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
}
.dispNone{display:none;}
/*    .divGS:hover {
        width: 100%;
    }*/

        /*div:hover {
        width: 300px;
    }*/
