.visit-nyc-h1 {
    display: block;
    margin: 30px 0;
    text-align: center;
    width: 100%;
}

.visit-nyc-category__toggle {
    width: 100%;
}

.visit-nyc-dropdowns{
    margin-top: 50px;
    margin-bottom: 60px;
}

.visit-nyc-images {
    text-align: center;
}

.visit-nyc-video {
    text-align: center;
}
.btn-tourism {
    color: rgb(32, 125, 188);
    background-color: #fff;
    border-color: rgb(32, 125, 188);
}
.btn-tourism:hover {
	color: #fff;
    background-color: rgb(32, 125, 188);
    border-color: rgb(32, 125, 188);
}

@media (min-width: 240px) {
    .visit-nyc-video {
        margin-top: 30px;
    }

    .visit-nyc-category {
        margin-top: 20px;
    }

    .visit-nyc-video__video {
        height: 180px;
        width: 320px;
    }

    .photoes5 {
        height: 181px;
        width: 320px;
    }
}

@media (min-width: 485px) {

    .visit-nyc-video__video {
        height: 270px;
        width: 480px;
    }

    .photoes5 {
        height: 272px;
        width: 480px;
    }
}

@media (min-width: 768px) {

    .visit-nyc-video__video {
        height: 340px;
        width: 600px;
    }

    .photoes5 {
        height: 340px;
        width: 600px;
    }
}

@media (min-width: 1200px) {
    .visit-nyc-video__video {
        height: 315px;
        width: 560px;
    }

    .photoes5 {
        height: 315px;
        width: 560px;
    }
    .visit-nyc-video {
        margin-top: 0;
    }

    .visit-nyc-category {
        margin-top: 0;
    }
}

@media (min-width: 1300px) {
    .visit-nyc-video__video {
        height: 360px;
        width: 640px;
    }

    .photoes5 {
        height: 362px;
        width: 640px;
    }
    .visit-nyc-video {
        margin-top: 0;
    }

    .visit-nyc-category {
        margin-top: 0;
    }
}

.photoes5 {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
}

.photoes5:hover {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%); /* FF 35+ */
}

.category-more {
    background: rgb(240, 240, 240);
}
.category-more:hover {
    background: rgb(240, 240, 240);
    box-shadow: inset 0 0 10px #aaa;
}

.list-group-item.list-group-item-action.active {
    background: #2394e0;
}
