@media screen and (max-width:799px)
{
.boxes_desktop {
	display: none;
}
.box_section {
	margin-top: 3px; background-size: 100%;
}
.box_section:hover {
	background-size: 105%;
}
}
@media screen and (min-width:1px)
{
.boxes_desktop {
	width: 100%;
}
.boxes_mobile {
	width: 100%;
}
}
@media screen and (min-width:800px)
{
.boxes_mobile {
	display: none;
}
.box_section {
	background-size: 100% 100%;
}
.box_section:hover {
	background-size: 105% 105%;
}
}
.box_text {
	left: 0px; top: 45%; width: 100%; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; letter-spacing: 3px; font-size: 22px; font-weight: bold; position: absolute; text-shadow: 1px 1px 5px #000;
}
.box_section {
	background-position: center; transition:0.45s ease-in; height: 160px; position: relative; -ms-overflow-y: hidden; opacity: 0.7; background-repeat: no-repeat; webkit-transition: All 0.45s ease-in; -moz-transition: All 0.45s ease-in;
}
.box_section:hover {
	opacity: 1;
}
@media screen and (min-width:1600px)
{
.box_text {
	font-size: 30px;
}
}
