body {
    background: #000;
    margin: 0; /* Remove default margin */
}
.slider {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}
.slider img {
    width: auto;
    height: 100%;
    position: absolute;
}
.slider-cont {
    position: absolute;
    top: 10px; /* Position to the top left */
    left: 10px; /* Position to the left */
    height: 100%; /* Allow height to adjust */
    max-width: 200px; /* Keep a max-width for the text container */
    z-index: 2; /* Ensure it appears above the images */
}
.slider-cont .nv-btn {
    position: absolute;
    bottom: 20px;
}
.slider-cont h3, .slider-cont h2, .slider-cont p, p.small-text, a.nv-btn {
    color: #fff;
    text-shadow: none;
    letter-spacing: normal;
}
a.nv-btn {
    background-color: #76b900;
    padding: 13px 15px;
    position: absolute;
    bottom: 20px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    color: #000; /* Set button text color to black */
}
p.small-text {
    font-size: 10px;
    color: #ccc;
}
.noscript-content p.small-text {
    top: 13%;
    line-height: 60px;
    color: #A9A9A9;
}
.ws_bullets {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.ws_bullets a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 1px;
    background-color: #fff;
    cursor: pointer;
}
.ws_bullets a.active {
    background-color: #76b900;
}
#wowslider-container {
    max-width: 592px;
    margin-left: 0;
    position: relative;
}
#wowslider-container .ws_bullets {
    right: 0px;
}
#wowslider-container .ws_bullets A {
    background-color: transparent;
}
#wowslider-container .ws_bullets A:hover {
    COLOR: #ffffff;
    BACKGROUND-COLOR: #76b900;
}
#wowslider-container .ws_bullets a.active {
    background-color: #76b900;
}
/* Hide the slider when JS is disabled */
#wowslider-container {
    display: none; /* Hide by default */
}
.noscript-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    display: flex; /* Use flexbox for centering */
    flex-direction: column; /* Stack content vertically */
    justify-content: flex-start; /* Align items to the top */
    align-items: flex-start; /* Align items to the left */
    padding: 20px; /* Add padding for better visibility */
}
.noscript-content img {
    width: 100%; /* Full width */
    height: auto; /* Maintain aspect ratio */
}
.noscript-content h3, .noscript-content p {
    color: #fff; /* Set text color to white */
    margin: 0; /* Remove margin for better alignment */
}
.noscript-content .nv-btn {
/*
    background-color: #76b900; 
    color: #fff; 
    padding: 13px 15px; 
    text-decoration: none; 
    margin-top: auto; 
    align-self: flex-start;
    margin-bottom: 20px; 
*/
	
	color: #fff;
    padding: 13px 15px;
    text-decoration: none;
    align-self: flex-start;
	bottom: 12%;
}
.noscript-content h3 {
    position: absolute;
    top: 5%;
}
.noscript-content p {
    position: absolute;
    top: 10%;
}