.videos {
 display: flex;
  justify-content: center;
  margin-top: 35px;
	}
	
@media(max-width: 75em) {
    .videos {
        display: none;
    }
}