
@media (max-width: 1660px) {
	.projects_section_gamecover {
		height: 320px;
	}
}

@media (max-width: 1560px) {
  .projects_section_gamecover {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

@media (max-width: 1510px) {
  .projects_section_gamecover {
    width: 52.5%;
    margin-left: 23.75%;
    margin-right: 23.75%;
  }
}

@media (max-width: 1460px) {
  .projects_section_gamecover {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
    height: 320px;
  }
}

@media (max-width: 1410px) {
  .projects_section_gamecover {
    width: 57.5%;
    margin-left: 21.25%;
    margin-right: 21.25%;
  }
}

@media (max-width: 1360px) {
  .projects_section_gamecover {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

@media (max-width: 1310px) {
  .projects_section_gamecover {
    width: 62.5%;
    margin-left: 18.75%;
    margin-right: 18.75%;
  }
}

@media (max-width: 1260px) {
  .projects_section_gamecover {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

@media (max-width: 1210px) {
  .projects_section_gamecover {
    width: 67.5%;
    margin-left: 16.25%;
    margin-right: 16.25%;
  }
}

@media (max-width: 1160px) {
  .projects_section_gamecover {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media (max-width: 1110px) {
  .projects_section_gamecover {
    width: 72.5%;
    margin-left: 13.75%;
    margin-right: 13.75%;
  }
}

@media (max-width: 1060px) {
  .projects_section_gamecover {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

@media (max-width: 1010px) {
  .projects_section_gamecover {
    width: 77.5%;
    margin-left: 11.25%;
    margin-right: 11.25%;
  }
}

@media (max-width: 960px) {
  .projects_section_gamecover {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (max-width: 910px) {
  .projects_section_gamecover {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

@media (max-width: 860px) {
  .projects_section_gamecover {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 810px) {
  .projects_section_gamecover {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media (max-width: 760px) {
    .projects_section_gamecover {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }
}

@media (max-width: 710px) {
    .projects_section {
    	width: 75%;
    }
}

@media (max-width: 660px) {
    .projects_section {
    	width: 80%;
    }
}

@media (max-width: 610px) {
    .projects_section {
    	width: 90%;
    }
}

@media (max-width: 560px) {
    .projects_section_gamecover {
        height: 300px;
    }
}

@media (max-width: 530px) {
    .projects_section_gamecover {
        height: 280px;
    }
}

@media (max-width: 510px) {
    .projects_section_gamecover {
        height: 260px;
    }
}

@media (max-width: 460px) {
    .projects_section_gamecover {
        height: 240px;
    }
}

@media (max-width: 430px) {
    .projects_section_gamecover {
        height: 220px;
    }
}

@media (max-width: 380px) {
    .projects_section_gamecover {
        height: 200px;
    }
}

@media (max-width: 360px) {
    .projects_section_gamecover {
        height: 190px;
    }
}