.test{
    background-color: red;
}

.bgsection{
   background-image: url('images/trattori/6.jpg');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;
}

.containerwrapper{
    width:100%;
     height:500px;
     display:table;
     border:1px solid red;
     text-align:center;
}
.centerwrapper{
    display:table-cell;
    vertical-align:middle;
}

.contentwrapper{
    display:inline-block;
    text-align:center;
    border:1px solid green;
}

.button-container img {
    width: 300px;
    height: 300px;
}

.main-title-button {
    font-size: 25px;
}




.bgmetal{
    background-image: url('../../../../images/bg/bg-metal.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
 }

.container-col {
    width: 50%;
    display: flex;
}

.col-sx, .col-dx  {
    width: 50%;
}

.col-sx {
    display: flex;
    flex-direction: column;   
}

.col-sx-bottom, .col-sx-top {
    height: 50%;
}