/*
Theme Name:     Solis Child Theme
Theme URI:      http://themeforest.net/user/Softwebmedia/portfolio
Description:    Solis Child Theme for customization
Author:         Softwebmedia
Author URI:     http://themeforest.net/user/Softwebmedia
Template:       solis
Version: 		1.00
*/


/* Add your custom style below */

#aw_home_panel .interactive-projects-list-wrapper {
		width: 500px;
		margin-left:calc(99.5% - 500px);
	}


@media only screen and (min-width:1367px) {
	
}

@media only screen and (max-width:1366px) and (min-width:1023px) 
{
	#aw_home_panel .interactive-projects-list-wrapper {
		width: 420px;
		margin-left:calc(99.5% - 420px);
	}
		
}

@media only screen and (max-width:1024px) and (min-width:768px) {}

@media only screen and (max-width:767px) {
	
}