    .swiper-container {
      width: 100%;
      height: 640px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      text-align: center;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }



    .swiper-button-prev:hover,
    .swiper-container-rtl:hover .swiper-button-next:hover {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
    background: rgba(0,0,0,0.7);
    transition: all 0.3s;
    }

    .swiper-button-next:hover,
    .swiper-container-rtl:hover .swiper-button-prev:hover {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
    background: rgba(0,0,0,0.7);
    transition: all 0.3s;
    }


    .swiper-button-next {
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        -webkit-background-size: 27px 44px;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
        padding-right: 12px;
        padding-top: 12px;
        text-align: right;
    }

    .swiper-button-prev {
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        -webkit-background-size: 27px 44px;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
        padding-left: 12px;
        padding-top: 12px;
        text-align: left;
    }    


    	.knoppie {
    	position: relative;
    	background-color: #FDDE39;;
    	padding: 12px 50px;
    	text-decoration: none;
    	display: inline-block;
    	margin-right: 30px;
    	text-transform: uppercase;
    	color: #FFF;
    	font-weight: 600;
    	transition: all 0.3s ease-in-out;
    	border: 1px solid #FDDE39;
    	    margin-bottom: 10px;
   	}

   	.actiefknoppie {
   	background-color: transparent;
    	border: 1px solid #fff;
    	margin-right: 0;
    	padding: 11px 50px;
	}


    .knoppie:hover{
    background-color: #111;
    border: 1px solid #111;
    transition: all 0.3s ease-in-out;
    color: #FFF;
    }


    .overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(33, 28, 34, 0.2);
    }


    	.coverimg{
    	object-fit: cover !important;
    	width: 100% !important;
    	height: auto !important;
    	min-height: 100%;
    	}

    .slider-caption-one p {
        color: #FFF;
        font-size: 16px;
        font-size: 1.14286em;
        margin-bottom: 30px;
    }


    .slider-caption-one h1 {
        color: #FFF;
        font-size: 40px;
        font-size: 2.85714em;
        font-weight: 700;
        text-transform: uppercase;
    }

    .slider-caption-one h2 {
        color: #f00000;
        font-size: 22px;
        font-size: 1.57143em;
        font-weight: 700;
        text-transform: uppercase;
    }

    .slider-caption-one {
        text-align: center;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: white;
        line-height: 1.1;
    }



    	.slider-caption-two p {
    	color: #FFF;
    	font-size: 16px;
    	font-size: 1.14286em;
    	margin-bottom: 30px;
	}


	.slider-caption-two h1 {
    	color: #FFF;
    	font-size: 40px;
    	font-size: 2.85714em;
    	font-weight: 700;
    	text-transform: uppercase;
	}


	.slider-caption-two h2 {
    	color: #FDDE39;
    	font-size: 22px;
    	font-size: 1.57143em;
    	font-weight: 700;
    	text-transform: uppercase;
	}



	@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
		#content {background:#ffffff;}
	
	.slider-caption-two p {
    	color: #FFF;
    	font-size: 16px;
    	font-size: 1.14286em;
    	margin-bottom: 30px;
	}


	.slider-caption-two h1 {
    	color: #FFF;
    	font-size: 40px;
    	font-size: 2.25714em;
    	font-weight: 700;
    	text-transform: uppercase;
	}


	.slider-caption-two h2 {
    	color: #f00000;
    	font-size: 22px;
    	font-size: 1.57143em;
    	font-weight: 700;
    	text-transform: uppercase;
	}


    .knoppie {
        position: relative;
        background-color: #f00000;
        padding: 8px 18px;
        text-decoration: none;
        display: inline-block;
        margin-right: 30px;
        text-transform: uppercase;
        color: #FFF;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
        border: 1px solid #f00000;
        margin-bottom: 10px;
    }


    .actiefknoppie {
        background-color: transparent;
        border: 1px solid #fff;
        margin-right: 0;
        padding: 8px 18px;
    }
    
	}


	.slider-caption-two {
    	text-align: left;
    	position: absolute;
    	left: 20%;
    	top: 50%;
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    	color: white;
    	line-height: 1.1;
    	}

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

		.slider-caption-two {
    		left: 15%;
    		}
    	}