@charset "utf-8";

.container {
    width: 1600px;
    margin: auto;
}
.subcontainer {
    width: 90%;
    margin: auto;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding: 20px;
    overflow-x: hidden;
}
.img {
    width: 100%;
    min-height: 275px;
    background-position: center;
    background-size: cover;
    border: 1px solid white;
    transition: .5s;
}
.img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}
.img:nth-child(1){
    background-image: url(../images/landscape025.jpg);
}
.img:nth-child(2){
    background-image: url(../images/landscape026.jpg);
}
.img:nth-child(3){
    background-image: url(../images/landscape027.jpg);
}
.img:nth-child(4){
    background-image: url(../images/landscape000.jpg);
}
.img:nth-child(5){
    background-image: url(../images/landscape001.jpg);
}
.img:nth-child(6){
    background-image: url(../images/landscape002.jpg);
}
.img:nth-child(7){
    background-image: url(../images/landscape003.jpg);
}
.img:nth-child(8){
    background-image: url(../images/landscape004.jpg);
}
.img:nth-child(9){
    background-image: url(../images/landscape005.jpg);
}
.img:nth-child(10){
    background-image: url(../images/landscape006.jpg);
}
.img:nth-child(11){
    background-image: url(../images/landscape007.jpg);
}
.img:nth-child(12){
    background-image: url(../images/landscape008.jpg);
}
.img:nth-child(13){
    background-image: url(../images/landscape009.jpg);
}
.img:nth-child(14){
    background-image: url(../images/landscape010.jpg);
}
.img:nth-child(15){
    background-image: url(../images/landscape011.jpg);
}
.img:nth-child(16){
    background-image: url(../images/landscape012.jpg);
}
.img:nth-child(17){
    background-image: url(../images/landscape013.jpg);
}
.img:nth-child(18){
    background-image: url(../images/landscape014.jpg);
}
.img:nth-child(19){
    background-image: url(../images/landscape015.jpg);
}
.img:nth-child(20){
    background-image: url(../images/landscape016.jpg);
}
.img:nth-child(21){
    background-image: url(../images/landscape017.jpg);
}
.img:nth-child(22){
    background-image: url(../images/landscape018.jpg);
}
.img:nth-child(23){
    background-image: url(../images/landscape020.jpg);
}
.img:nth-child(24){
    background-image: url(../images/landscape021.jpg);
}
.img:nth-child(25){
    background-image: url(../images/landscape022.jpg);
}
.img:nth-child(26){
    background-image: url(../images/landscape023.jpg);
}
.img:nth-child(27){
    background-image: url(../images/landscape024.jpg);
}
@media (max-width: 1600px) {
    .container {
        width: 100%;
    }
}