#custom-content-1 {
	height: 70px;
    width: 225px;
    position: absolute;
    background: url('https://eupotpore.ribarstvo.hr/static/fishnet-logo.png') no-repeat;
    background-size: contain;
    top: 25px;
    left: 50px;
}
#custom-content-2 {
    height: 110px;
    width: 400px;
    background-color: red;
    position: absolute;
    background: url('https://eupotpore.ribarstvo.hr/static/banner.png') no-repeat;
    background-size: contain;
    left: 50%;
    bottom: 50px;
    margin-left: -200px;
}
#custom-content-3 {
	height: 100px;
    width: 120px;
    position: absolute;
    background: url('https://eupotpore.ribarstvo.hr/static/koca.png') no-repeat;
    background-size: contain;
    bottom: 45px;
    right: 75px;
}

.logo {
	visibility: hidden;
}

body {
	background-image: url('https://eupotpore.ribarstvo.hr/static/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
	/* background: url(../pictures/background.png) no-repeat center center fixed !important; */
}
.content {
	z-index: 5
}


@media only screen and (max-width: 900px) {
	#custom-content-1 {
		visibility: hidden
	}
	#custom-content-3 {
		visibility: hidden
	}
	/* body { */
		/* background-position: 50% 0% !important; */
	/* } */
}

@media only screen and (max-height: 800px) {
	#custom-content-2 {
		bottom: 20px;
	}
	.content {
		margin-top: 0px;
	}
}
@media only screen and (max-height: 680px) {
	#custom-content-2 {
		visibility: hidden;
	}
}