.tabgal .image-container  {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
}

.tabgal img {
    height: 277px;
    max-width: 100%;
    overflow: hidden;
}

.tabgal a {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    width: 100px;
    text-align: center;
    margin-bottom: 50px;
    
}

.tabgal a:nth-of-type(1) {
    /*background-color: cornflowerblue;*/
    background-color:blue;
    margin-right:20px;
}

.tabgal a:nth-of-type(2) {
    /*background-color: hotpink;*/
    background-color:blue;
    margin-right:20px;
}

.tabgal a:nth-of-type(3) {
   /* background-color: lightcoral;*/
    background-color:blue;
    margin-right:20px;
}

.tabgal a:nth-of-type(4) {
    /*background-color: rebeccapurple;*/
    background-color:blue;
}

.tabgal .hide {
  display: none;
}