#pakketprijs {width: 100%; box-sizing: border-box; float: left; height: 300px; margin-bottom:30px;}
#pakketprijs:hover {opacity:0.7;}

.col-lg-3 {width: 25%;}
.fotoblok {margin-top:30px;}  
.titelpakketprijs {padding: 8px;	width: auto;	border-radius: 22px; font-size: 21px; font-weight: bold; color: white; text-align: center; }
.prijspakketprijs {background-color: #edbf93; font-size: x-large; font-weight: bold; padding: 8px; text-align: center;position: absolute; margin-top: 42px;}
.meer-info {margin-top: 223px; color: white; text-align: center;}
.space-left {margin-left: 16px;}

@media (max-width: 992px) {
.col-xs-6 {width: 100%;}
.col-xs-12 {margin-top: 30px;}

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

#pakketprijs {width: 100%; height:300px; }

}
@media only screen and (max-width: 812px) {
.col-lg-3 {width: 100%;}
.fotoblok {margin-top:30px;}  
.titelpakketprijs {padding: 8px;	width: auto;	border-radius: 22px; font-size: 21px; font-weight: bold; color: white; text-align: center; }
.prijspakketprijs {background-color: #edbf93; font-size: x-large; font-weight: bold; padding: 8px; text-align: center;position: absolute; margin-top: 42px;}
.meer-info {margin-top: 223px; color: white; text-align: center;}
.space-left {margin-left: 16px;}
}