

.plot_section1 .image{
    width: 100%;
    max-width: 289px;
    margin: 1vh 1vw;
}
.image{
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spotlight.image{
    cursor: pointer;
}
.plot_section1 {
	padding: 60px 0px;
}
@media (max-width: 480px) {
.plot_section1 {
	padding: 40px;
}

.plot_section1 .image{
    width:100%;
}
.image {
    height: 50vw;
}

}