diff --git a/css/sass/components/front.scss b/css/sass/components/front.scss
index 94bbc38..683603f 100644
--- a/css/sass/components/front.scss
+++ b/css/sass/components/front.scss
@@ -58,21 +58,54 @@
       position: absolute;
       top: 5%;
       left: 10%;
+      width: 80%;
       h2 {
         color: #fff;
         font-size: 5em;
-        max-width: 60%;
         text-shadow: 1px 1px 3px rgba(33, 53, 77, 0.48);
+        @include breakpoint(sm) {
+          font-size: 3em;
+          width: 100%;
+          max-width: 100%;
+        }
+        @include breakpoint(xs) {
+          font-size: 2em;
+          width: 100%;
+          max-width: 100%;
+        }
+         @include breakpoint(lg) {
+          width: 70%;
+          max-width: 70%;
+        }
       }
       p {
+        @include breakpoint(sm) {
+          font-size: 2em;
+          width: 100%;
+          max-width: 100%;
+        }
+        @include breakpoint(xs) {
+          font-size: 1em;
+          width: 100%;
+          max-width: 100%;
+        }
+         @include breakpoint(lg) {
+          width: 70%;
+          max-width: 70%;
+        }
         font-size: 2.5em;
         text-shadow: 1px 1px 3px rgba(33, 53, 77, 0.48);
         font-weight: 300;
         color: #fff;
-        max-width: 60%;
       }
     }
     img {
+      @include breakpoint(sm) {
+        height: 500px;
+      }
+      @include breakpoint(xs) {
+        height: 300px;
+      }
       webkit-box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
       -moz-box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
       box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
diff --git a/css/stylesheets/components/front.css b/css/stylesheets/components/front.css
index 44c438f..aaf196b 100644
--- a/css/stylesheets/components/front.css
+++ b/css/stylesheets/components/front.css
@@ -1,322 +1,110 @@
-/* line 2, ../../sass/components/front.scss */
-.home-main-content .views-row {
-  position: relative;
-  margin-bottom: 20px;
-}
-/* line 5, ../../sass/components/front.scss */
-.home-main-content .views-row:nth-child(3n+1) {
-  clear: left;
-}
-/* line 8, ../../sass/components/front.scss */
-.home-main-content .views-row h2 {
-  margin-bottom: 10px;
-}
+/*
+Error: Undefined mixin 'breakpoint'.
+        on line 66 of /var/www/drupal8local/themes/corporate_blue/css/sass/components/front.scss, in `breakpoint'
+        from line 66 of /var/www/drupal8local/themes/corporate_blue/css/sass/components/front.scss
 
-/* line 13, ../../sass/components/front.scss */
-.unslider {
-  position: relative;
-}
-/* line 15, ../../sass/components/front.scss */
-.unslider .unslider-arrow {
-  top: 50%;
-  background: rgba(25, 34, 41, 0.55);
-  width: 46px;
-  height: 41px;
-  overflow: hidden;
-  text-indent: -999px;
-  border-radius: 4px;
-}
-/* line 24, ../../sass/components/front.scss */
-.unslider .next:after {
-  content: "\f105";
-  font-family: FontAwesome;
-  font-style: normal;
-  font-weight: normal;
-  text-decoration: inherit;
-  color: rgba(242, 247, 250, 0.56);
-  font-size: 18px;
-  padding-right: 0.5em;
-  position: absolute;
-  top: 7px;
-  left: 20px;
-  text-indent: 0 !important;
-  text-decoration: none;
-}
-/* line 39, ../../sass/components/front.scss */
-.unslider .prev:after {
-  content: "\f105";
-  font-family: FontAwesome;
-  font-style: normal;
-  font-weight: normal;
-  text-decoration: inherit;
-  color: rgba(242, 247, 250, 0.56);
-  font-size: 18px;
-  padding-right: 0.5em;
-  position: absolute;
-  top: 7px;
-  left: 10px;
-  text-indent: 0 !important;
-  text-decoration: none;
-  transform: rotate(180deg);
-}
-/* line 55, ../../sass/components/front.scss */
-.unslider li {
-  position: relative;
-}
-/* line 57, ../../sass/components/front.scss */
-.unslider li .caption-holder {
-  position: absolute;
-  top: 5%;
-  left: 10%;
-}
-/* line 61, ../../sass/components/front.scss */
-.unslider li .caption-holder h2 {
-  color: #fff;
-  font-size: 5em;
-  max-width: 60%;
-  text-shadow: 1px 1px 3px rgba(33, 53, 77, 0.48);
-}
-/* line 67, ../../sass/components/front.scss */
-.unslider li .caption-holder p {
-  font-size: 2.5em;
-  text-shadow: 1px 1px 3px rgba(33, 53, 77, 0.48);
-  font-weight: 300;
-  color: #fff;
-  max-width: 60%;
-}
-/* line 75, ../../sass/components/front.scss */
-.unslider li img {
-  webkit-box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
-  -moz-box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
-  box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
-  -webkit-filter: blur(2px);
-  filter: blur(2px);
-}
-/* line 83, ../../sass/components/front.scss */
-.unslider .unslider-nav {
-  position: absolute;
-  bottom: 40px;
-  left: 0;
-  right: 0;
-  margin-left: auto;
-  margin-right: auto;
-}
-/* line 91, ../../sass/components/front.scss */
-.unslider .unslider-nav ol li {
-  padding: 6px;
-  background: #E8E8E8;
-  border: 0;
-  border-radius: 25em;
-}
+61:       width: 80%;
+62:       h2 {
+63:         color: #fff;
+64:         font-size: 5em;
+65:         text-shadow: 1px 1px 3px rgba(33, 53, 77, 0.48);
+66:         @include breakpoint(sm) {
+67:           font-size: 3em;
+68:           width: 100%;
+69:           max-width: 100%;
+70:         }
+71:         @include breakpoint(xs) {
 
-/* line 100, ../../sass/components/front.scss */
-.ourteamhome {
-  margin-bottom: 25px;
-}
-/* line 102, ../../sass/components/front.scss */
-.ourteamhome .team-individual-holder {
-  padding-bottom: 20px;
-  margin-bottom: 20px;
-  position: relative;
-}
-/* line 107, ../../sass/components/front.scss */
-.ourteamhome .team-individual-holder > a::before {
-  -webkit-transition: all 2s;
-  /* Safari */
-  transition: all 2s;
-}
-/* line 112, ../../sass/components/front.scss */
-.ourteamhome .team-individual-holder > a:hover {
-  border-bottom: 0;
-}
-/* line 114, ../../sass/components/front.scss */
-.ourteamhome .team-individual-holder > a:hover::before {
-  content: "\f030";
-  font-family: FontAwesome;
-  font-style: normal;
-  font-weight: normal;
-  text-decoration: inherit;
-  color: rgba(255, 255, 255, 0.71);
-  position: absolute;
-  display: inline-block;
-  width: 50px;
-  height: 50px;
-  top: 86px;
-  left: 0;
-  right: 0;
-  margin: 0 auto;
-  font-size: 2.8em;
-  text-align: center;
-  border-bottom: 0;
-  text-decoration: none;
-}
-/* line 134, ../../sass/components/front.scss */
-.ourteamhome .team-individual-holder > a:hover::before:hover {
-  display: none;
-}
-/* line 141, ../../sass/components/front.scss */
-.ourteamhome .team-individual-holder:hover {
-  background: #F1F1F1;
-  margin-bottom: 17px;
-  border-bottom: 3px solid #0163A7;
-}
-/* line 145, ../../sass/components/front.scss */
-.ourteamhome .team-individual-holder:hover i {
-  color: #0163A7;
-}
-/* line 147, ../../sass/components/front.scss */
-.ourteamhome .team-individual-holder:hover i:hover {
-  color: #999;
-}
-/* line 153, ../../sass/components/front.scss */
-.ourteamhome i {
-  color: #999;
-}
-/* line 156, ../../sass/components/front.scss */
-.ourteamhome h1 {
-  color: #13B2FF;
-  margin-top: 40px;
-  font-size: 2em;
-}
-/* line 161, ../../sass/components/front.scss */
-.ourteamhome img {
-  padding-top: 20px;
-}
-/* line 164, ../../sass/components/front.scss */
-.ourteamhome .btn {
-  width: 250px;
-}
-/* line 167, ../../sass/components/front.scss */
-.ourteamhome p {
-  width: 80%;
-}
-/* line 170, ../../sass/components/front.scss */
-.ourteamhome ul.social-icons-front {
-  padding: 0;
-  margin: 0;
-  list-style: none;
-  text-align: center;
-}
-/* line 175, ../../sass/components/front.scss */
-.ourteamhome ul.social-icons-front li {
-  display: inline-block;
-}
-
-/* line 180, ../../sass/components/front.scss */
-.home-gallery.no-gutter .col-md-3 {
-  padding-left: 0;
-  padding-right: 0;
-}
-
-/* line 184, ../../sass/components/front.scss */
-.showcase_home {
-  padding-bottom: 90px;
-  padding-top: 80px;
-  background: url("../../images/showcasebg.jpg") center center;
-  background-attachment: fixed;
-  position: relative;
-}
-/* line 190, ../../sass/components/front.scss */
-.showcase_home:before {
-  content: "";
-  width: 100%;
-  height: 100%;
-  position: absolute;
-  display: block;
-  top: 0;
-  left: 0;
-  background: rgba(0, 0, 0, 0.6);
-}
-/* line 200, ../../sass/components/front.scss */
-.showcase_home i {
-  display: block;
-  margin: 5px auto;
-  color: #fff;
-  background: rgba(51, 122, 183, 0.8);
-  border-radius: 25em;
-  width: 125px;
-  height: 125px;
-  line-height: 124px;
-  box-shadow: 0px 0px 5px rgba(51, 122, 183, 0.8);
-  font-size: 3em;
-  margin-top: 74px;
-}
-/* line 213, ../../sass/components/front.scss */
-.showcase_home h1 {
-  color: #13B2FF;
-  font-size: 2em;
-}
-/* line 217, ../../sass/components/front.scss */
-.showcase_home h3 {
-  color: #FFFFFF;
-  font-size: 13px;
-  font-weight: normal;
-}
-/* line 222, ../../sass/components/front.scss */
-.showcase_home .col-md-4 h1 {
-  color: #fff;
-  font-size: 2em;
-}
-
-/* line 227, ../../sass/components/front.scss */
-.our-clients-container {
-  background: url("../../images/showcasebg.jpg") center center;
-  padding-bottom: 38px;
-  position: relative;
-}
-/* line 231, ../../sass/components/front.scss */
-.our-clients-container:before {
-  content: "";
-  width: 100%;
-  height: 100%;
-  position: absolute;
-  display: block;
-  top: 0;
-  left: 0;
-  background: rgba(0, 0, 0, 0.6);
-}
-/* line 241, ../../sass/components/front.scss */
-.our-clients-container h1 {
-  text-align: center;
-  color: #13B2FF;
-  font-size: 2em;
-}
-/* line 246, ../../sass/components/front.scss */
-.our-clients-container h4 {
-  text-align: center;
-  color: #FFFFFF;
-  margin-bottom: 74px;
-  font-size: 13px;
-  font-weight: normal;
-}
-/* line 254, ../../sass/components/front.scss */
-.our-clients-container .our-clients img {
-  height: 80px;
-  text-align: center;
-  margin: 0 auto;
-  width: auto;
-}
-
-/* line 263, ../../sass/components/front.scss */
-.welcome-home h1 {
-  color: #13B2FF;
-  margin-top: 40px;
-  font-size: 2em;
-}
-/* line 268, ../../sass/components/front.scss */
-.welcome-home h4 {
-  margin-bottom: 30px;
-  font-size: 13px;
-  font-weight: normal;
-  color: #666;
-}
-/* line 275, ../../sass/components/front.scss */
-.welcome-home .heading-welcome-holder .heading-welcome {
-  margin-bottom: 20px;
-  padding: 10% 0;
-}
-/* line 280, ../../sass/components/front.scss */
-.welcome-home img {
-  width: 80%;
-  margin: 0 auto;
-}
+Backtrace:
+/var/www/drupal8local/themes/corporate_blue/css/sass/components/front.scss:66:in `breakpoint'
+/var/www/drupal8local/themes/corporate_blue/css/sass/components/front.scss:66
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:349:in `block in visit_mixin'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:98:in `block in with_mixin'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:115:in `with_frame'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:98:in `with_mixin'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:347:in `visit_mixin'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/base.rb:36:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:158:in `block in visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:79:in `block in with_base'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:115:in `with_frame'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:79:in `with_base'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:158:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `block (2 levels) in visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `map'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `block in visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:179:in `with_environment'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:429:in `visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/base.rb:36:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:158:in `block in visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:79:in `block in with_base'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:115:in `with_frame'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:79:in `with_base'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:158:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `block (2 levels) in visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `map'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `block in visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:179:in `with_environment'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:429:in `visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/base.rb:36:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:158:in `block in visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:79:in `block in with_base'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:115:in `with_frame'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:79:in `with_base'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:158:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `block (2 levels) in visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `map'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `block in visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:179:in `with_environment'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:429:in `visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/base.rb:36:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:158:in `block in visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:79:in `block in with_base'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:115:in `with_frame'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:79:in `with_base'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:158:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `block (2 levels) in visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `map'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:431:in `block in visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:179:in `with_environment'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:429:in `visit_rule'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/base.rb:36:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:158:in `block in visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:79:in `block in with_base'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:115:in `with_frame'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/stack.rb:79:in `with_base'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:158:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/base.rb:52:in `map'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/base.rb:52:in `visit_children'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:167:in `block in visit_children'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:179:in `with_environment'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:166:in `visit_children'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/base.rb:36:in `block in visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:186:in `visit_root'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/base.rb:36:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:157:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/visitors/perform.rb:8:in `visit'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/root_node.rb:36:in `css_tree'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/tree/root_node.rb:20:in `render'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/engine.rb:278:in `render'
+/var/lib/gems/1.9.1/gems/compass-import-once-1.0.5/lib/compass/import-once/engine.rb:17:in `block in render'
+/var/lib/gems/1.9.1/gems/compass-import-once-1.0.5/lib/compass/import-once/engine.rb:29:in `with_import_scope'
+/var/lib/gems/1.9.1/gems/compass-import-once-1.0.5/lib/compass/import-once/engine.rb:16:in `render'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/plugin/compiler.rb:492:in `update_stylesheet'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/plugin/compiler.rb:209:in `each'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/plugin/compiler.rb:471:in `on_file_changed'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/lib/sass/plugin/compiler.rb:328:in `block in watch'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/vendor/listen/lib/listen/listener.rb:252:in `call'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/vendor/listen/lib/listen/listener.rb:252:in `on_change'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/vendor/listen/lib/listen/adapter.rb:254:in `call'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/vendor/listen/lib/listen/adapter.rb:254:in `report_changes'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/vendor/listen/lib/listen/adapter.rb:323:in `poll_changed_directories'
+/var/lib/gems/1.9.1/gems/sass-3.4.21/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'
+*/
+body:before {
+  white-space: pre;
+  font-family: monospace;
+  content: "Error: Undefined mixin 'breakpoint'.\A         on line 66 of /var/www/drupal8local/themes/corporate_blue/css/sass/components/front.scss, in `breakpoint'\A         from line 66 of /var/www/drupal8local/themes/corporate_blue/css/sass/components/front.scss\A \A 61:       width: 80%;\A 62:       h2 {\A 63:         color: #fff;\A 64:         font-size: 5em;\A 65:         text-shadow: 1px 1px 3px rgba(33, 53, 77, 0.48);\A 66:         @include breakpoint(sm) {\A 67:           font-size: 3em;\A 68:           width: 100%;\A 69:           max-width: 100%;\A 70:         }\A 71:         @include breakpoint(xs) {"; }
diff --git a/css/stylesheets/styles.css b/css/stylesheets/styles.css
index d067b05..9da5b7e 100644
--- a/css/stylesheets/styles.css
+++ b/css/stylesheets/styles.css
@@ -935,23 +935,68 @@ form fieldset p input[type="number"] {
   position: absolute;
   top: 5%;
   left: 10%;
+  width: 80%;
 }
-/* line 61, ../sass/components/front.scss */
+/* line 62, ../sass/components/front.scss */
 .unslider li .caption-holder h2 {
   color: #fff;
   font-size: 5em;
-  max-width: 60%;
   text-shadow: 1px 1px 3px rgba(33, 53, 77, 0.48);
 }
-/* line 67, ../sass/components/front.scss */
+@media (max-width: 768px) {
+  /* line 62, ../sass/components/front.scss */
+  .unslider li .caption-holder h2 {
+    font-size: 3em;
+    width: 100%;
+    max-width: 100%;
+  }
+}
+@media (max-width: 480px) {
+  /* line 62, ../sass/components/front.scss */
+  .unslider li .caption-holder h2 {
+    font-size: 2em;
+    width: 100%;
+    max-width: 100%;
+  }
+}
+@media (max-width: 1200px) {
+  /* line 62, ../sass/components/front.scss */
+  .unslider li .caption-holder h2 {
+    width: 70%;
+    max-width: 70%;
+  }
+}
+/* line 81, ../sass/components/front.scss */
 .unslider li .caption-holder p {
   font-size: 2.5em;
   text-shadow: 1px 1px 3px rgba(33, 53, 77, 0.48);
   font-weight: 300;
   color: #fff;
-  max-width: 60%;
 }
-/* line 75, ../sass/components/front.scss */
+@media (max-width: 768px) {
+  /* line 81, ../sass/components/front.scss */
+  .unslider li .caption-holder p {
+    font-size: 2em;
+    width: 100%;
+    max-width: 100%;
+  }
+}
+@media (max-width: 480px) {
+  /* line 81, ../sass/components/front.scss */
+  .unslider li .caption-holder p {
+    font-size: 1em;
+    width: 100%;
+    max-width: 100%;
+  }
+}
+@media (max-width: 1200px) {
+  /* line 81, ../sass/components/front.scss */
+  .unslider li .caption-holder p {
+    width: 70%;
+    max-width: 70%;
+  }
+}
+/* line 102, ../sass/components/front.scss */
 .unslider li img {
   webkit-box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
   -moz-box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
@@ -959,7 +1004,19 @@ form fieldset p input[type="number"] {
   -webkit-filter: blur(2px);
   filter: blur(2px);
 }
-/* line 83, ../sass/components/front.scss */
+@media (max-width: 768px) {
+  /* line 102, ../sass/components/front.scss */
+  .unslider li img {
+    height: 500px;
+  }
+}
+@media (max-width: 480px) {
+  /* line 102, ../sass/components/front.scss */
+  .unslider li img {
+    height: 300px;
+  }
+}
+/* line 116, ../sass/components/front.scss */
 .unslider .unslider-nav {
   position: absolute;
   bottom: 40px;
@@ -968,7 +1025,7 @@ form fieldset p input[type="number"] {
   margin-left: auto;
   margin-right: auto;
 }
-/* line 91, ../sass/components/front.scss */
+/* line 124, ../sass/components/front.scss */
 .unslider .unslider-nav ol li {
   padding: 6px;
   background: #E8E8E8;
@@ -976,27 +1033,27 @@ form fieldset p input[type="number"] {
   border-radius: 25em;
 }
 
-/* line 100, ../sass/components/front.scss */
+/* line 133, ../sass/components/front.scss */
 .ourteamhome {
   margin-bottom: 25px;
 }
-/* line 102, ../sass/components/front.scss */
+/* line 135, ../sass/components/front.scss */
 .ourteamhome .team-individual-holder {
   padding-bottom: 20px;
   margin-bottom: 20px;
   position: relative;
 }
-/* line 107, ../sass/components/front.scss */
+/* line 140, ../sass/components/front.scss */
 .ourteamhome .team-individual-holder > a::before {
   -webkit-transition: all 2s;
   /* Safari */
   transition: all 2s;
 }
-/* line 112, ../sass/components/front.scss */
+/* line 145, ../sass/components/front.scss */
 .ourteamhome .team-individual-holder > a:hover {
   border-bottom: 0;
 }
-/* line 114, ../sass/components/front.scss */
+/* line 147, ../sass/components/front.scss */
 .ourteamhome .team-individual-holder > a:hover::before {
   content: "\f030";
   font-family: FontAwesome;
@@ -1017,65 +1074,65 @@ form fieldset p input[type="number"] {
   border-bottom: 0;
   text-decoration: none;
 }
-/* line 134, ../sass/components/front.scss */
+/* line 167, ../sass/components/front.scss */
 .ourteamhome .team-individual-holder > a:hover::before:hover {
   display: none;
 }
-/* line 141, ../sass/components/front.scss */
+/* line 174, ../sass/components/front.scss */
 .ourteamhome .team-individual-holder:hover {
   background: #F1F1F1;
   margin-bottom: 17px;
   border-bottom: 3px solid #0163A7;
 }
-/* line 145, ../sass/components/front.scss */
+/* line 178, ../sass/components/front.scss */
 .ourteamhome .team-individual-holder:hover i {
   color: #0163A7;
 }
-/* line 147, ../sass/components/front.scss */
+/* line 180, ../sass/components/front.scss */
 .ourteamhome .team-individual-holder:hover i:hover {
   color: #999;
 }
-/* line 153, ../sass/components/front.scss */
+/* line 186, ../sass/components/front.scss */
 .ourteamhome i {
   color: #999;
 }
-/* line 156, ../sass/components/front.scss */
+/* line 189, ../sass/components/front.scss */
 .ourteamhome h1 {
   color: #13B2FF;
   margin-top: 40px;
   font-size: 2em;
 }
-/* line 161, ../sass/components/front.scss */
+/* line 194, ../sass/components/front.scss */
 .ourteamhome img {
   padding-top: 20px;
 }
-/* line 164, ../sass/components/front.scss */
+/* line 197, ../sass/components/front.scss */
 .ourteamhome .btn {
   width: 250px;
 }
-/* line 167, ../sass/components/front.scss */
+/* line 200, ../sass/components/front.scss */
 .ourteamhome p {
   width: 80%;
 }
-/* line 170, ../sass/components/front.scss */
+/* line 203, ../sass/components/front.scss */
 .ourteamhome ul.social-icons-front {
   padding: 0;
   margin: 0;
   list-style: none;
   text-align: center;
 }
-/* line 175, ../sass/components/front.scss */
+/* line 208, ../sass/components/front.scss */
 .ourteamhome ul.social-icons-front li {
   display: inline-block;
 }
 
-/* line 180, ../sass/components/front.scss */
+/* line 213, ../sass/components/front.scss */
 .home-gallery.no-gutter .col-md-3 {
   padding-left: 0;
   padding-right: 0;
 }
 
-/* line 184, ../sass/components/front.scss */
+/* line 217, ../sass/components/front.scss */
 .showcase_home {
   padding-bottom: 90px;
   padding-top: 80px;
@@ -1083,7 +1140,7 @@ form fieldset p input[type="number"] {
   background-attachment: fixed;
   position: relative;
 }
-/* line 190, ../sass/components/front.scss */
+/* line 223, ../sass/components/front.scss */
 .showcase_home:before {
   content: "";
   width: 100%;
@@ -1094,7 +1151,7 @@ form fieldset p input[type="number"] {
   left: 0;
   background: rgba(0, 0, 0, 0.6);
 }
-/* line 200, ../sass/components/front.scss */
+/* line 233, ../sass/components/front.scss */
 .showcase_home i {
   display: block;
   margin: 5px auto;
@@ -1108,30 +1165,30 @@ form fieldset p input[type="number"] {
   font-size: 3em;
   margin-top: 74px;
 }
-/* line 213, ../sass/components/front.scss */
+/* line 246, ../sass/components/front.scss */
 .showcase_home h1 {
   color: #13B2FF;
   font-size: 2em;
 }
-/* line 217, ../sass/components/front.scss */
+/* line 250, ../sass/components/front.scss */
 .showcase_home h3 {
   color: #FFFFFF;
   font-size: 13px;
   font-weight: normal;
 }
-/* line 222, ../sass/components/front.scss */
+/* line 255, ../sass/components/front.scss */
 .showcase_home .col-md-4 h1 {
   color: #fff;
   font-size: 2em;
 }
 
-/* line 227, ../sass/components/front.scss */
+/* line 260, ../sass/components/front.scss */
 .our-clients-container {
   background: url("../../images/showcasebg.jpg") center center;
   padding-bottom: 38px;
   position: relative;
 }
-/* line 231, ../sass/components/front.scss */
+/* line 264, ../sass/components/front.scss */
 .our-clients-container:before {
   content: "";
   width: 100%;
@@ -1142,13 +1199,13 @@ form fieldset p input[type="number"] {
   left: 0;
   background: rgba(0, 0, 0, 0.6);
 }
-/* line 241, ../sass/components/front.scss */
+/* line 274, ../sass/components/front.scss */
 .our-clients-container h1 {
   text-align: center;
   color: #13B2FF;
   font-size: 2em;
 }
-/* line 246, ../sass/components/front.scss */
+/* line 279, ../sass/components/front.scss */
 .our-clients-container h4 {
   text-align: center;
   color: #FFFFFF;
@@ -1156,7 +1213,7 @@ form fieldset p input[type="number"] {
   font-size: 13px;
   font-weight: normal;
 }
-/* line 254, ../sass/components/front.scss */
+/* line 287, ../sass/components/front.scss */
 .our-clients-container .our-clients img {
   height: 80px;
   text-align: center;
@@ -1164,25 +1221,25 @@ form fieldset p input[type="number"] {
   width: auto;
 }
 
-/* line 263, ../sass/components/front.scss */
+/* line 296, ../sass/components/front.scss */
 .welcome-home h1 {
   color: #13B2FF;
   margin-top: 40px;
   font-size: 2em;
 }
-/* line 268, ../sass/components/front.scss */
+/* line 301, ../sass/components/front.scss */
 .welcome-home h4 {
   margin-bottom: 30px;
   font-size: 13px;
   font-weight: normal;
   color: #666;
 }
-/* line 275, ../sass/components/front.scss */
+/* line 308, ../sass/components/front.scss */
 .welcome-home .heading-welcome-holder .heading-welcome {
   margin-bottom: 20px;
   padding: 10% 0;
 }
-/* line 280, ../sass/components/front.scss */
+/* line 313, ../sass/components/front.scss */
 .welcome-home img {
   width: 80%;
   margin: 0 auto;
diff --git a/js/script.js b/js/script.js
index e927a0f..ccdb2c4 100644
--- a/js/script.js
+++ b/js/script.js
@@ -9,7 +9,8 @@ $(function () {
     keys: true, //  Enable keyboard (left, right) arrow shortcuts
     dots: true, //  Display dot navigation
     fluid: false, //  Support responsive design. May break non-responsive designs
-    autoplay: true //Add autoplay support
+    autoplay: true, //Add autoplay support
+    infinite: true
   });  
 });
 
