#bg-full{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-full-1{
	background-image: url("../img/bg1.jpg");
}

.bg-full-2{
	background-image: url("../img/bg2.jpg");
}

.bg-full-3{
	background-image: url("../img/bg3.jpg");
}

.bg-full-4{
	background-image: url("../img/bg4.jpg");
}

.bg-full-5{
	background-image: url("../img/bg5.jpg");
}

.bg-full-6{
	background-image: url("../img/bg6.jpg");
}

.bg-full-7{
	background-image: url("../img/bg7.jpg");
}

.bg-full-8{
	background-image: url("../img/bg8.jpg");
}

.bg-full-9{
	background-image: url("../img/bg9.jpg");
}

.bg-full-10{
	background-image: url("../img/bg10.jpg");
}
.card-blur{
	/*background-color: rgba(195,164,73,0.2);*/
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
  	background-color: transparent;
	box-shadow: 10px 10px 30px #000;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
