@media screen and (min-width:601px){   .equipewrap {   display: grid;   grid-template-columns: repeat(auto-fit,49%);   justify-content: space-around;   }   .insidebox {  width:50%;   padding-top:20px;  padding-bottom: 20px;   }   .photobox {  padding-top:0;  background:none;  position:relative;  display:flex;  justify-content:center;  padding: 50px 0;  max-width: 1080px;  margin: 0 auto;  width: 80%;   }   .photobox:before {  content:'';  display:block;  background: url(//fabiorosacoluna.com.br/__drfab/imgs/foto2.jpg) no-repeat top center;  width:400px;  height:400px;  border-radius:50%;  background-size: cover;   border: 10px solid #182840;   } } @media screen and (min-width:993px){ .slide-especialidades {  display:flex;   }  .equipewrap {   display: grid;   grid-template-columns: repeat(auto-fit,32%);   justify-content: space-around;   } } @media screen and (min-width:1201px){   .slide-noticias {  display: flex;   }   .slide-noticias .slick-item {  width:25%   } } 