/*
Theme Name:     Chelsey Vorosmarty Designs Custom Theme
Theme URI:      n/a
Template:       kadence
Author:         Catherine Carroll
Author URI:     n/a
Description:    A mobile responsive theme built for the Kadence Framework by Catherine Carroll
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


@media screen and (max-width: 1000px) {
	.hp-topphotos {
		width:130% !important;
		max-width: 130vw !important;
		margin-left: -130px !important;
		margin-right: -130px !important;
	}
}

@media screen and (max-width: 700px) {
	.hp-topphotos {
		width:180% !important;
		max-width: 180vw !important;
		margin-left: -180px !important;
		margin-right: -180px !important;
	}
}
