.grid2{
    position: relative;
}
.show{
    position: relative;
    display: block;
    overflow-x: hidden;
}

.show_tab{
    height: 100%;
    position: relative;
    border-collapse: collapse;
    min-height: 500px;
    transition: .2s;
}

.show_tab tr td{
    width: 50vw;
    height: 100%;
    position: relative;
}

.show_tab tr td>div{
    height: 100%;
    margin: 0;   
    background-size: cover;
    background-position: center;
}

.show_tab tr td div h1{
    margin: 0;
}

.dotflex{
    position: absolute;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    width: 100%;
}

.dotflex .dot{
    width: 20px;
    height: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    margin: 7px;
    border: 2px solid rgb(59, 59, 59);
    cursor: pointer;
}

.dotflex .active{
    background-color: rgb(108,108,108);
}

.colbtn{
    /* background-color: rgba(255,0,0,.2); */
    width: 60%;
    height: 80%;
    top:10%;
    left: 20%;
    position: absolute;
}

.collinks{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 20px;
}

.grid2 .collinks .collinksp{
    margin: 10px ;
    border: 1px solid rgb(207,207,207);
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    /* background-color: rgb(108,108,108);
    color: rgb(207,207,207); */
}

/* .grid2 .collinks .active{
    background-color: rgb(108,108,108);
    color: rgb(207,207,207);
} */