/*
Theme Name: Theme
Author: Denis Savitsky <d.savitsky93@gmail.com>

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@media (max-width: 760px) {
	.about__table--overlay {
		width: 100%;
		overflow: auto;
	}
	.about__table {
		width: 600px !important;
	}
}