* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Palanquin&display=swap');

body {
    background-color: #DCDCDC;
}
p {
    color: #00257A;
    font-family: 'Palanquin', sans-serif;
    font-size: 14px;
    text-align: center;
}
#smallcaps {
    font-variant: small-caps;
}
#container {
    width: 1152px;
    margin: 0 auto;
    margin-top: 25px;
}
#borderVideo {
    width: 1152px;
    background-color: #EFBE9C;
    border-radius: 10px;
    border-style: none;
}

@media (max-width: 1152px) {
    
#container {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}
    #borderVideo {
    width: 100%;
    height: 100%;
}