.banner-section{ height:100vh; }
.banner-container{ 
    background:url('../images/homepage/homepage-background.png'); 
    height:100%;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.banner-content{ width:calc(100% - 40%);margin:0 auto;}
.banner-title{ width:100%; font-size:60px;}
.banner-redirect{ width:100%; font-size:20px;}
.banner-nav:link{ color:#bcbec0; }
.banner-nav:hover{ text-decoration:underline;color:#bcbec0; }
.banner-nav:visited{ color:#bcbec0; }
.banner-nav:active{ color:#bcbec0; }

.section-title{ width:100%; }
.big-title{ font-size:40px;}
.big-title::after{ content:''; width:200px;height:1px;background:#a7a9ac;}
.line-after{ width: 200px; height: 1px; background: #a7a9ac;}
.small-nav:link{ color:#6d6e71;font-size:16px;}
.small-nav:hover{ color:#6d6e71;font-size:16px;}
.small-nav:visited{ color:#6d6e71;font-size:16px;}
.small-nav:active{ color:#6d6e71;font-size:16px;}

.product-image-1{ width:calc(100% - 60%); margin:0 10% 0 auto;}
.product-info{ width:100%;}
.product-category{font-size:16px;width:70%;}
.product-discover:link{ color:#6d6e71;font-size:12px;}
.product-discover:hover{ text-decoration:underline;color:#6d6e71;font-size:12px;}
.product-discover:visited{ color:#6d6e71;font-size:12px;}
.product-discover:active{ color:#6d6e71;font-size:12px;}

.product-image-2{ width:calc(100% - 70%); margin:-20% auto 0 10%;}
.product-image-3{ width:calc(100% - 70%); margin:-15% 15% 0 auto;}
.product-image-4{ width:calc(100% - 60%); margin:-15% auto 0 5%;}
.product-image-5{ width:calc(100% - 50%); margin:10% auto 0px;}
.product-image-6{ width:calc(100% - 50%); margin:-5% 0px 0px auto;}

.accessories-container{ width:100%;}
.accessories-holder{width:100%;}
.accessories-set{width:28%;}
.accessories-img{width:100%;}
.accessories-img img{width:100%;}
.category-title{ width:100%;font-size:16px;}
.accessories-name{ width:100%;font-size:20px;}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1000px) {
    .product-category{ width:60%; }
    .product-discover{ width:35% !important; }
}

@media only screen and (max-width: 768px) {
    .banner-title{ font-size:40px; }
    .banner-redirect{ font-size:16px; }
    .big-title{ font-size:30px; }
    .small-nav{ font-size:14px !important; }
}

@media only screen and (max-width: 500px) {
    .banner-title{ font-size:30px; }
    .banner-redirect{ font-size:14px; }
    .big-title{ font-size:20px; }
    .small-nav{ font-size:9px !important; }
    .product-category{ font-size:12px; }
    .product-discover{ font-size:9px !important; }
    .category-title{ font-size:12px; }
    .accessories-name{ font-size:14px; }
    .product-discover{display:none;}
    .product-category{width:100%;}

}

@media only screen and (max-width: 380px) {
    .banner-title{ font-size:25px; }
    .banner-redirect{ font-size:12px; }
}