This commit is contained in:
KodeStar
2018-02-11 22:23:31 +00:00
parent 78cc234aae
commit f3465efb4c
3 changed files with 16 additions and 0 deletions

View File

@@ -3644,6 +3644,7 @@ body {
background-repeat: no-repeat;
background-position: center center;
background-size: 25%;
padding: 200px 0;
}
.section2 {
@@ -3662,11 +3663,16 @@ body {
display: block;
}
a {
color: #5d717b;
}
.video-container {
position: relative;
overflow: hidden;
text-align: center;
}
.video-container iframe {
position: relative;
top: -50px;