/*
 Theme Name:   Pinboard Child Theme for pianotheresa
 Theme URI:    https://www.onedesigns.com/themes/pinboard
 Description:  Modified Pinboard Theme for pianotheresa.de
 Author:       One Designs / Quadratdesign.de
 Author URI:   http://www.onedesigns.com
 Template:     pinboard
 Version:      1.1.10
 License:      GNU General Public License v2.0
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         pianotheresa
 Text Domain:  pinboard-pianotheresa
*/


.soundcloud {
	background-image: url(images/soundcloud.png);
}

@media screen and (-webkit-min-device-pixel-ratio : 1.5), screen and (min-device-pixel-ratio : 1.5) {

	.soundcloud {
		background-image: url(images/soundcloud.png);
		background-size:100%;
	}

}