2019-11-24 22:44:26 +00:00
|
|
|
.screenshot {
|
2019-12-29 22:31:32 +00:00
|
|
|
display: block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.screenshot > img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.screenshots-fan {
|
|
|
|
|
margin-top: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.screenshots-fan .screenshot {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: auto;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.screenshots-fan .screenshot:last-child,
|
|
|
|
|
.screenshots-fan .screenshot:first-child {
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.screenshots-fan .screenshot {
|
|
|
|
|
z-index: 3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
|
.screenshots-fan {
|
|
|
|
|
position: relative;
|
2019-11-24 22:44:26 +00:00
|
|
|
overflow: hidden;
|
2019-12-29 22:31:32 +00:00
|
|
|
margin-top: 60px;
|
|
|
|
|
height: 200px;
|
2019-11-24 22:44:26 +00:00
|
|
|
}
|
2019-12-29 22:31:32 +00:00
|
|
|
|
|
|
|
|
.screenshots-fan .screenshot {
|
|
|
|
|
height: auto;
|
|
|
|
|
top: 10px;
|
|
|
|
|
width: 350px;
|
2019-11-24 22:44:26 +00:00
|
|
|
}
|
2019-12-29 22:31:32 +00:00
|
|
|
|
|
|
|
|
.screenshots-fan .screenshot:first-child,
|
|
|
|
|
.screenshots-fan .screenshot:last-child {
|
|
|
|
|
width: 250px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 65px;
|
2019-11-24 22:44:26 +00:00
|
|
|
}
|
2019-12-29 22:31:32 +00:00
|
|
|
|
|
|
|
|
.screenshots-fan .screenshot:first-child {
|
|
|
|
|
left: 10px;
|
2019-11-24 22:44:26 +00:00
|
|
|
}
|
2019-12-29 22:31:32 +00:00
|
|
|
|
|
|
|
|
.screenshots-fan .screenshot:last-child {
|
|
|
|
|
left: auto;
|
|
|
|
|
right: 10px;
|
2019-11-24 22:44:26 +00:00
|
|
|
}
|
2019-12-29 22:31:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
|
.screenshots-fan {
|
|
|
|
|
margin-top: 60px;
|
|
|
|
|
height: 240px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-24 22:44:26 +00:00
|
|
|
.screenshots-fan .screenshot {
|
2019-12-29 22:31:32 +00:00
|
|
|
width: 400px;
|
2019-11-24 22:44:26 +00:00
|
|
|
}
|
2019-12-29 22:31:32 +00:00
|
|
|
|
|
|
|
|
.screenshots-fan .screenshot:first-child,
|
|
|
|
|
.screenshots-fan .screenshot:last-child {
|
|
|
|
|
width: 300px;
|
2019-11-24 22:44:26 +00:00
|
|
|
}
|
2019-12-29 22:31:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
|
.screenshots-fan {
|
|
|
|
|
margin-top: 80px;
|
|
|
|
|
height: 380px;
|
2019-11-24 22:44:26 +00:00
|
|
|
}
|
2019-12-29 22:31:32 +00:00
|
|
|
|
|
|
|
|
.screenshots-fan .screenshot {
|
|
|
|
|
width: 550px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.screenshots-fan .screenshot:first-child,
|
|
|
|
|
.screenshots-fan .screenshot:last-child {
|
|
|
|
|
width: 450px;
|
2019-11-24 22:44:26 +00:00
|
|
|
}
|
2019-12-29 22:31:32 +00:00
|
|
|
}
|
2019-11-24 22:44:26 +00:00
|
|
|
|
|
|
|
|
.img-snapshot1 {
|
2019-12-29 22:31:32 +00:00
|
|
|
background-image: url('./images/snapshot-1.png');
|
2019-11-24 22:44:26 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
/* height: 50px;
|
|
|
|
|
width: 50px; */
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img-snapshot2 {
|
2019-12-29 22:31:32 +00:00
|
|
|
background-image: url('./images/snapshot-2.png');
|
2019-11-24 22:44:26 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
/* height: 50px;
|
|
|
|
|
width: 50px; */
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img-snapshot3 {
|
2019-12-29 22:31:32 +00:00
|
|
|
background-image: url('./images/snapshot-3.png');
|
2019-11-24 22:44:26 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
/* height: 50px;
|
|
|
|
|
width: 50px; */
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|