body{
	margin: 0;
	padding: 0;
}


img{width: 100%; height: auto;}

.container{position: relative}

.page1{
    /*display: none;*/
}

.btns-container{
    position: absolute;
    top: 106vw;
    width: 87vw;
    left: 6vw;
}

.btns-container div{
    width: 44%;
    float: left;
    margin-left: 4vw;
    margin-top: 2vw;
    text-align: center;
    height: 18vw;
    line-height: 18vw;
}

.btns-container div a{
    height: 100%;
    width: 100%;
    display: block;
}

.imgs-container{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    background-color:rgba(0,0,0,0.7);
}

.imgs-container .close{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    /*height: 100vh;*/
    background-color:rgba(0,0,0,0.5);
}

.imgs-container div{
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
}

.imgs-container div img{
    width: 100%;
}


