/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/
@charset "utf-8";

/* Start Settings */


.parallax-container{
    height: 300px;
}

/*OLD*/


/* Large & desktop Desktop Devices */
@media screen and (min-width: 993px) {

}

/* Tablet Devices */
@media screen and (max-width: 992px) {

}

/* Mobile Devices */
@media screen and (max-width: 600px) {

}

