@media screen and (min-width:1130px){

  #aboutimage{
    position: relative;
    text-align: center;
    margin-top: 50px;
  }

  #firstline{
    display: inline-flex;
    justify-content: center;
    line-height: 100px;
  }

  .texteabout{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px white;
    background-color: white;
    padding : 1% 1% 5% 1%;
    position: absolute;
    top: 4%;
    right: 10%;
    color: #121926;
    width: 33%;
    line-height: 30px;
  }

  .textealign{
    display: block;
  }

  .textealign{
    font-size: 1.4vw;
  }

  .camion123 img{
    width: 400px;
    height: 450px;
  }

  .album123:hover img {
  	-webkit-transform: scale(1.3);
  	transform: scale(1.3);
  }

  #vieuxcamions:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .camion123:hover img{
  	-webkit-transform: scale(1.3);
  	transform: scale(1.3);
  }
}
