﻿.watch-more-videos .btn-success {
    background-color: #c72f3b;
    border: none;
}

    .watch-more-videos .btn-success:hover,
    .watch-more-videos .btn-success:focus,
    .watch-more-videos .btn-success:active {
        background-color: #c72f3b; 
        border: none;
        box-shadow: none;
    }

.icontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 730px;
}

@media (max-width: 768px) {
    .responsive-iframe {
        height: 250px; 
    }
}

@media (min-width: 992px) {
    .checkbox_position {
        padding-top: 25px;
    }
}

.text-center {
    text-align: center;
}