@charset "UTF-8";
/* CSS Document */

.amazon p {margin-top: 10px;}

#top-slide {
   display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
#top-slide img {
	object-fit:cover;
    object-position:100% 100%;
    max-height: 500px;
    min-height: 300px;
    width: 100%;

}


@media all and (max-width:600px) {
    .amazon p {
        text-align: center;
    }
}
    