/*
 Theme Name:   Infinite Photography Child Theme
 Theme URI:    
 Description:  Child Theme
 Author:       
 Author URI:   
 Template:     infinite-photography
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  infinite-photography-child
*/

.slider-title a {
	background: rgba(255,255,255,.9); padding: .25em .75em; color: #000; width: 60%; display: inline-block; font-size: 48px;
}
.slider-title a:hover {
	background: rgba(255,255,255,1); padding: .25em .75em; color: #000;
}
@media all and (max-width: 1024px) {
	.slider-title a {
		width: 80%;
		font-size: 24px;
	}
	.slider-section .slider-desc .slider-title {
		top: 40%;
	}
}
@media all and (max-width: 640px) {
	.slider-section .slider-desc .slider-title {
		display: block !important;
	}
}
@media all and (max-width: 510px) {
	.slider-section .slider-desc .slider-title {
		top: 25%;
	}
	.slider-title a {
		font-size: 18px;
	}
}