diff --git a/style.css b/style.css
index fcfc30b..6a6cdb7 100755
--- a/style.css
+++ b/style.css
@@ -184,19 +184,22 @@ a:hover{
display: none;
}
.ortfolio-soft-bottom-1>li:nth-of-type(1){
- background: #ffff00;
+ background: url("images/ortfolio-soft-mobile.gif") no-repeat center center;
+ background-size: 100% 80%;
}
.ortfolio-soft-bottom-1 li:nth-of-type(2){
padding-left: 100px;
}
.ortfolio-soft-bottom-2 li:nth-of-type(1){
- background: #f00;
+ background: url("images/ortfolio-soft-pc1.gif") no-repeat center center;
+ background-size: 100% 70%;
}
.ortfolio-soft-bottom-2 li:nth-of-type(2){
padding-left:100px;
}
.ortfolio-soft-bottom-3 li:nth-of-type(1){
- background: #f0f;
+ background: url("images/ortfolio-soft-pc2.gif") no-repeat center center;
+ background-size: 100% 70%;
}
.ortfolio-soft-bottom-3 li:nth-of-type(2){
padding-left:100px;